Skip to content

Commit d43c243

Browse files
authored
Obtain internal runtime SAS tokens via federated creds (#41797)
1 parent dfe3107 commit d43c243

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.vsts-ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ variables:
2727
- template: /eng/pipelines/templates/variables/sdk-defaults.yml
2828
# Variables used: DncEngInternalBuildPool
2929
- 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
3230
# Helix testing requires a token when internally run.
3331
# Variables used: HelixApiAccessToken
3432
- group: DotNet-HelixApi-Access

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ jobs:
6161
targetPath: $(Build.SourcesDirectory)/eng/BuildConfiguration
6262
artifactName: BuildConfiguration
6363

64+
# Populate internal runtime variables.
65+
- template: /eng/common/templates/steps/enable-internal-runtimes.yml
66+
6467
############### BUILDING ###############
6568
- ${{ if eq(parameters.pool.os, 'windows') }}:
6669
- powershell: eng/common/build.ps1

0 commit comments

Comments
 (0)