Skip to content

Commit 2c6e4bb

Browse files
committed
Add comments around the install/remove step templates.
1 parent ca7cf2e commit 2c6e4bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,7 @@ jobs:
382382
versionSpec: 20.x
383383

384384
- ${{ 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.
385386
- template: ${{ variables['Build.SourcesDirectory'] }}/src/runtime/eng/pipelines/coreclr/templates/install-diagnostic-certs.yml
386387
parameters:
387388
isOfficialBuild: true
@@ -390,6 +391,7 @@ jobs:
390391
- 'dotnet-diagnostics-esrp-pki-onecert'
391392
vaultName: 'clrdiag-esrp-id'
392393
azureSubscription: 'diagnostics-esrp-kvcertuser'
394+
scriptRoot: '$(Build.SourcesDirectory)/src/runtime'
393395

394396
- script: build.cmd
395397
$(baseArguments)
@@ -403,9 +405,11 @@ jobs:
403405
workingDirectory: ${{ variables.sourcesPath }}
404406

405407
- ${{ 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.
406409
- template: ${{ variables['Build.SourcesDirectory'] }}/src/runtime/eng/pipelines/coreclr/templates/remove-diagnostic-certs.yml
407410
parameters:
408411
isOfficialBuild: true
412+
scriptRoot: '$(Build.SourcesDirectory)/src/runtime'
409413

410414
- ${{ if eq(parameters.runTests, 'True') }}:
411415
- script: build.cmd

0 commit comments

Comments
 (0)