File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ variables:
96
96
value : /bl:artifacts/log/Release/Build.Installers.binlog
97
97
- name : WindowsArm64InstallersLogArgs
98
98
value : /bl:artifacts/log/Release/Build.Installers.Arm64.binlog
99
- - group : DotNetBuilds storage account read tokens
100
99
- name : _InternalRuntimeDownloadArgs
101
100
value : -RuntimeSourceFeed https://dotnetbuilds.blob.core.windows.net/internal
102
101
-RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
Original file line number Diff line number Diff line change @@ -420,7 +420,18 @@ jobs:
420
420
- ${{ parameters.beforeBuild }}
421
421
422
422
# - template: /eng/common/templates-official/steps/enable-internal-sources.yml@self
423
- # - template: /eng/common/templates-official/steps/enable-internal-runtimes.yml@self
423
+ - template : /eng/common/templates-official/steps/enable-internal-runtimes.yml@self
424
+
425
+ # Populate dotnetbuilds-internal-container-read-token
426
+ - template : /eng/common/templates-official/steps/get-delegation-sas.yml
427
+ parameters :
428
+ federatedServiceConnection : ' dotnetbuilds-internal-read'
429
+ outputVariableName : ' dotnetbuilds-internal-container-read-token'
430
+ expiryInHours : 1
431
+ base64Encode : false
432
+ storageAccount : dotnetbuilds
433
+ container : internal
434
+ permissions : rl
424
435
425
436
# Add COMPlus_* environment variables to build steps.
426
437
- ${{ if ne(parameters.steps, '')}} :
You can’t perform that action at this time.
0 commit comments