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