@@ -132,17 +132,17 @@ variables:
132
132
- name : _InternalRuntimeDownloadCodeSignArgs
133
133
value : ' '
134
134
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
135
- - group : DotNet-MSRC-Storage
135
+ - group : DotNetBuilds storage account read tokens
136
136
- name : _InternalRuntimeDownloadArgs
137
- value : -RuntimeSourceFeed https://dotnetclimsrc .blob.core.windows.net/dotnet
138
- -RuntimeSourceFeedKey $(dotnetclimsrc-read-sas -token-base64)
139
- /p:DotNetAssetRootAccessTokenSuffix='$(dotnetclimsrc-read-sas -token-base64)'
137
+ value : -RuntimeSourceFeed https://dotnetbuilds .blob.core.windows.net/internal
138
+ -RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read -token-base64)
139
+ /p:DotNetAssetRootAccessTokenSuffix='$(dotnetbuilds-internal-container-read -token-base64)'
140
140
# The code signing doesn't use the aspnet build scripts, so the msbuild parameters have to be passed directly. This
141
141
# is awkward but necessary because the eng/common/ build scripts don't add the msbuild properties automatically.
142
142
- name : _InternalRuntimeDownloadCodeSignArgs
143
143
value : $(_InternalRuntimeDownloadArgs)
144
- /p:DotNetRuntimeSourceFeed=https://dotnetclimsrc .blob.core.windows.net/dotnet
145
- /p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas -token-base64)
144
+ /p:DotNetRuntimeSourceFeed=https://dotnetbuilds .blob.core.windows.net/internal
145
+ /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read -token-base64)
146
146
- group : DotNet-HelixApi-Access
147
147
- ${{ if notin(variables['Build.Reason'], 'PullRequest') }} :
148
148
- name : _SignType
@@ -789,7 +789,7 @@ stages:
789
789
platform :
790
790
name : ' Managed'
791
791
container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab'
792
- buildScript : ' ./eng/build.sh $(_PublishArgs) --no-build-repo-tasks'
792
+ buildScript : ' ./eng/build.sh $(_PublishArgs) --no-build-repo-tasks $(_InternalRuntimeDownloadArgs) '
793
793
skipPublishValidation : true
794
794
timeoutInMinutes : 120
795
795
0 commit comments