Skip to content

Commit a7c2ff9

Browse files
authored
Runtime diagnostics publishing fixes (#48635)
1 parent a8d3bb6 commit a7c2ff9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

eng/pipelines/templates/jobs/vmr-build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -438,10 +438,9 @@ jobs:
438438
parameters:
439439
isOfficialBuild: true
440440
certNames:
441-
- 'dotnetesrp-diagnostics-aad-ssl-cert'
442-
- 'dotnet-diagnostics-esrp-pki-onecert'
443-
vaultName: 'clrdiag-esrp-id'
444-
azureSubscription: 'diagnostics-esrp-kvcertuser'
441+
- 'dac-dnceng-ssl-cert'
442+
vaultName: 'clrdiag-esrp-pme'
443+
azureSubscription: 'diagnostics-esrp-kvcertuser-pme'
445444
scriptRoot: '$(Build.SourcesDirectory)/src/runtime'
446445

447446
- script: build.cmd
@@ -584,7 +583,7 @@ jobs:
584583
# Only run tests if enabled
585584
- ${{ if eq(parameters.runTests, 'True') }}:
586585
- ${{ parameters.testInitSteps }}
587-
586+
588587
# Setup the NuGet sources used by the tests to use private feeds. This is necessary when testing internal-only product
589588
# builds where the packages are only available in the private feeds. This allows the tests to restore from those feeds.
590589
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:

eng/pipelines/templates/stages/vmr-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ stages:
103103
publishUsingPipelines: true
104104
publishAssetsImmediately: true
105105
pool: ${{ parameters.pool_Linux }}
106+
symbolPublishingAdditionalParameters: '/p:PublishSpecialClrFiles=true'
106107

107108
- template: vmr-validation.yml
108109
parameters:

0 commit comments

Comments
 (0)