File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ jobs:
372
372
# TODO: Once we turn off the dotnet/runtime official build, move these templates into the VMR's eng folder.
373
373
- template : ${{ variables['Build.SourcesDirectory'] }}/src/runtime/eng/pipelines/coreclr/templates/install-diagnostic-certs.yml
374
374
parameters :
375
- isOfficialBuild : true
375
+ isOfficialBuild : ${{ variables.isOfficialBuild }}
376
376
certNames :
377
377
- ' dotnetesrp-diagnostics-aad-ssl-cert'
378
378
- ' dotnet-diagnostics-esrp-pki-onecert'
@@ -394,7 +394,7 @@ jobs:
394
394
# TODO: Once we turn off the dotnet/runtime official build, move these templates into the VMR's eng folder.
395
395
- template : ${{ variables['Build.SourcesDirectory'] }}/src/runtime/eng/pipelines/coreclr/templates/remove-diagnostic-certs.yml
396
396
parameters :
397
- isOfficialBuild : true
397
+ isOfficialBuild : ${{ variables.isOfficialBuild }}
398
398
scriptRoot : ' $(Build.SourcesDirectory)/src/runtime'
399
399
400
400
- ${{ if eq(parameters.runTests, 'True') }} :
You can’t perform that action at this time.
0 commit comments