@@ -93,17 +93,17 @@ variables:
93
93
- name : _InternalRuntimeDownloadCodeSignArgs
94
94
value : ' '
95
95
- ${{ if eq(variables['System.TeamProject'], 'internal') }} :
96
- - group : DotNet-MSRC-Storage
96
+ - group : DotNetBuilds storage account read tokens
97
97
- name : _InternalRuntimeDownloadArgs
98
- value : -RuntimeSourceFeed https://dotnetclimsrc .blob.core.windows.net/dotnet
99
- -RuntimeSourceFeedKey $(dotnetclimsrc-read-sas -token-base64)
100
- /p:DotNetAssetRootAccessTokenSuffix='$(dotnetclimsrc-read-sas -token-base64)'
98
+ value : -RuntimeSourceFeed https://dotnetbuilds .blob.core.windows.net/internal
99
+ -RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read -token-base64)
100
+ /p:DotNetAssetRootAccessTokenSuffix='$(dotnetbuilds-internal-container-read -token-base64)'
101
101
# The code signing doesn't use the aspnet build scripts, so the msbuild parameters have to be passed directly. This
102
102
# is awkward but necessary because the eng/common/ build scripts don't add the msbuild properties automatically.
103
103
- name : _InternalRuntimeDownloadCodeSignArgs
104
104
value : $(_InternalRuntimeDownloadArgs)
105
- /p:DotNetRuntimeSourceFeed=https://dotnetclimsrc .blob.core.windows.net/dotnet
106
- /p:DotNetRuntimeSourceFeedKey=$(dotnetclimsrc-read-sas -token-base64)
105
+ /p:DotNetRuntimeSourceFeed=https://dotnetbuilds .blob.core.windows.net/internal
106
+ /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read -token-base64)
107
107
- group : DotNet-HelixApi-Access
108
108
- name : _UseHelixOpenQueues
109
109
value : ' false'
@@ -528,7 +528,7 @@ stages:
528
528
jobName : Linux_musl_x64_build
529
529
jobDisplayName : " Build: Linux Musl x64"
530
530
agentOs : Linux
531
- container : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.9 -WithNode-0fc54a3-20190918214015
531
+ container : mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.14 -WithNode-20210910135833-c401c85
532
532
buildArgs :
533
533
--arch x64
534
534
--os-name linux-musl
@@ -736,7 +736,7 @@ stages:
736
736
platform :
737
737
name : ' Managed'
738
738
container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-7-20210714125435-9b5bbc2'
739
- buildScript : ' ./eng/build.sh $(_PublishArgs) --no-build-repo-tasks'
739
+ buildScript : ' ./eng/build.sh $(_PublishArgs) --no-build-repo-tasks $(_InternalRuntimeDownloadArgs) '
740
740
skipPublishValidation : true
741
741
742
742
# Publish to the BAR
0 commit comments