File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -438,10 +438,9 @@ jobs:
438
438
parameters :
439
439
isOfficialBuild : true
440
440
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'
445
444
scriptRoot : ' $(Build.SourcesDirectory)/src/runtime'
446
445
447
446
- script : build.cmd
@@ -584,7 +583,7 @@ jobs:
584
583
# Only run tests if enabled
585
584
- ${{ if eq(parameters.runTests, 'True') }} :
586
585
- ${{ parameters.testInitSteps }}
587
-
586
+
588
587
# Setup the NuGet sources used by the tests to use private feeds. This is necessary when testing internal-only product
589
588
# builds where the packages are only available in the private feeds. This allows the tests to restore from those feeds.
590
589
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ stages:
103
103
publishUsingPipelines : true
104
104
publishAssetsImmediately : true
105
105
pool : ${{ parameters.pool_Linux }}
106
+ symbolPublishingAdditionalParameters : ' /p:PublishSpecialClrFiles=true'
106
107
107
108
- template : vmr-validation.yml
108
109
parameters :
You can’t perform that action at this time.
0 commit comments