File tree 1 file changed +4
-0
lines changed
eng/pipelines/templates/jobs
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -382,6 +382,7 @@ jobs:
382
382
versionSpec : 20.x
383
383
384
384
- ${{ if eq(variables['_EnableDacSigning'], 'true') }} :
385
+ # TODO: Once we turn off the dotnet/runtime official build, move these templates into the VMR's eng folder.
385
386
- template : ${{ variables['Build.SourcesDirectory'] }}/src/runtime/eng/pipelines/coreclr/templates/install-diagnostic-certs.yml
386
387
parameters :
387
388
isOfficialBuild : true
@@ -390,6 +391,7 @@ jobs:
390
391
- ' dotnet-diagnostics-esrp-pki-onecert'
391
392
vaultName : ' clrdiag-esrp-id'
392
393
azureSubscription : ' diagnostics-esrp-kvcertuser'
394
+ scriptRoot : ' $(Build.SourcesDirectory)/src/runtime'
393
395
394
396
- script : build.cmd
395
397
$(baseArguments)
@@ -403,9 +405,11 @@ jobs:
403
405
workingDirectory : ${{ variables.sourcesPath }}
404
406
405
407
- ${{ if eq(variables['_EnableDacSigning'], 'true') }} :
408
+ # TODO: Once we turn off the dotnet/runtime official build, move these templates into the VMR's eng folder.
406
409
- template : ${{ variables['Build.SourcesDirectory'] }}/src/runtime/eng/pipelines/coreclr/templates/remove-diagnostic-certs.yml
407
410
parameters :
408
411
isOfficialBuild : true
412
+ scriptRoot : ' $(Build.SourcesDirectory)/src/runtime'
409
413
410
414
- ${{ if eq(parameters.runTests, 'True') }} :
411
415
- script : build.cmd
You can’t perform that action at this time.
0 commit comments