Skip to content

Commit

Permalink
Fix indexing of correlated diagnostic binaries (dotnet#80652)
Browse files Browse the repository at this point in the history
Since dotnet@66af857 it looks like the runtime is not creating the clr <-> dac correlation index in symbol servers. `publishInstallersAndChecksums` is no longer needed, so skip passing that to the in-stage publish.
  • Loading branch information
hoyosjs authored and mdh1418 committed Jan 24, 2023
1 parent a16a300 commit a14ab66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/official/stages/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ stages:
pool:
name: NetCore1ESPool-Internal
demands: ImageOverride -equals 1es-windows-2022
symbolPublishingAdditionalParameters: '/p:PublishSpecialClrFiles=true'

# Stages-based publishing entry point
- template: /eng/common/templates/post-build/post-build.yml
Expand Down

0 comments on commit a14ab66

Please sign in to comment.