Skip to content

Commit

Permalink
Update exclusion file and fix vs insertion.
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeRobich committed May 1, 2024
1 parent b8a1f90 commit 8d138d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines-pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,10 +304,6 @@ extends:
pool:
name: VSEngSS-MicroBuild2022-1ES
steps:
# Arcade is done so we can set BuildNumber back
- powershell: Write-Host "##vso[build.updatebuildnumber]$(FancyBuildNumber)"
displayName: Reset BuildNumber
condition: succeeded()
- download: current
artifact: VSSetup
- powershell: |
Expand All @@ -329,6 +325,10 @@ extends:
publishDataURI: "https://raw.githubusercontent.com/dotnet/roslyn/main/eng/config/PublishData.json"
queueSpeedometerValidation: true
dropPath: '$(Pipeline.Workspace)\VSSetup'
# Arcade is done so we can set BuildNumber back
- powershell: Write-Host "##vso[build.updatebuildnumber]$(FancyBuildNumber)"
displayName: Reset BuildNumber
condition: succeeded()

# Use post-build to publish symbol packages.
- template: /eng/common/templates-official/post-build/post-build.yml@self
Expand Down
2 changes: 2 additions & 0 deletions eng/SymbolPublishingExclusionsFile.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
content/LanguageServer/alpine-arm64/libe_sqlite3.so
content/LanguageServer/alpine-x64/libe_sqlite3.so
content/LanguageServer/linux-musl-arm64/libe_sqlite3.so
content/LanguageServer/linux-musl-x64/libe_sqlite3.so
content/LanguageServer/neutral/runtimes/alpine-arm64/native/libe_sqlite3.so
content/LanguageServer/neutral/runtimes/alpine-arm/native/libe_sqlite3.so
content/LanguageServer/neutral/runtimes/alpine-x64/native/libe_sqlite3.so
Expand Down

0 comments on commit 8d138d9

Please sign in to comment.