@@ -112,17 +112,17 @@ variables:
112
112
- name : _InternalRuntimeDownloadCodeSignArgs
113
113
value : ' '
114
114
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
115
- - group : DotNet-MSRC-Storage
115
+ - group : DotNetBuilds storage account read tokens
116
116
- name : _InternalRuntimeDownloadArgs
117
- value : -RuntimeSourceFeed https://dotnetclimsrc .blob.core.windows.net/dotnet
118
- -RuntimeSourceFeedKey $(dotnetclimsrc-read-sas -token-base64)
119
- /p:DotNetAssetRootAccessTokenSuffix='$(dotnetclimsrc-read-sas -token-base64)'
117
+ value : -RuntimeSourceFeed https://dotnetbuilds .blob.core.windows.net/internal
118
+ -RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read -token-base64)
119
+ /p:DotNetAssetRootAccessTokenSuffix='$(dotnetbuilds-internal-container-read -token-base64)'
120
120
# The code signing doesn't use the aspnet build scripts, so the msbuild parameters have to be passed directly. This
121
121
# is awkward but necessary because the eng/common/ build scripts don't add the msbuild properties automatically.
122
122
- name : _InternalRuntimeDownloadCodeSignArgs
123
123
value : $(_InternalRuntimeDownloadArgs)
124
- /p:DotNetRuntimeSourceFeed=https://dotnetclimsrc .blob.core.windows.net/dotnet
125
- /p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas -token-base64)
124
+ /p:DotNetRuntimeSourceFeed=https://dotnetbuilds .blob.core.windows.net/internal
125
+ /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read -token-base64)
126
126
- group : DotNet-HelixApi-Access
127
127
- ${{ if notin(variables['Build.Reason'], 'PullRequest') }} :
128
128
- name : _SignType
@@ -717,7 +717,7 @@ stages:
717
717
platform :
718
718
name : ' Managed'
719
719
container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab'
720
- buildScript : ' ./eng/build.sh $(_PublishArgs) --no-build-repo-tasks'
720
+ buildScript : ' ./eng/build.sh $(_PublishArgs) --no-build-repo-tasks $(_InternalRuntimeDownloadArgs) '
721
721
skipPublishValidation : true
722
722
timeoutInMinutes : 120
723
723
0 commit comments