File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
eng/pipelines/templates/jobs Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,6 @@ variables:
27
27
- template : /eng/pipelines/templates/variables/sdk-defaults.yml
28
28
# Variables used: DncEngInternalBuildPool
29
29
- template : /eng/common/templates-official/variables/pool-providers.yml
30
- # Variables used: dotnetbuilds-internal-container-read-token-base64
31
- - group : DotNetBuilds storage account read tokens
32
30
# Helix testing requires a token when internally run.
33
31
# Variables used: HelixApiAccessToken
34
32
- group : DotNet-HelixApi-Access
Original file line number Diff line number Diff line change 61
61
targetPath : $(Build.SourcesDirectory)/eng/BuildConfiguration
62
62
artifactName : BuildConfiguration
63
63
64
+ # Populate internal runtime variables.
65
+ - template : /eng/common/templates/steps/enable-internal-runtimes.yml
66
+
64
67
# ############## BUILDING ###############
65
68
- ${{ if eq(parameters.pool.os, 'windows') }} :
66
69
- powershell : eng/common/build.ps1
You can’t perform that action at this time.
0 commit comments