@@ -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
@@ -489,13 +489,13 @@ stages:
489
489
$(_InternalRuntimeDownloadArgs)
490
490
displayName : Run build.sh
491
491
- script : git clean -xfd src/**/obj/;
492
- ./dockerbuild.sh bionic --ci --nobl --arch x64 --build-installers --no-build-deps --no-build-nodejs
492
+ ./dockerbuild.sh bionic --ci --nobl --arch x64 --build-installers --no-build-deps --no-build-nodejs --init-nuget
493
493
-p:OnlyPackPlatformSpecificPackages=true -p:BuildRuntimeArchive=false -p:LinuxInstallerType=deb
494
494
$(_BuildArgs)
495
495
$(_InternalRuntimeDownloadArgs)
496
496
displayName : Build Debian installers
497
497
- script : git clean -xfd src/**/obj/;
498
- ./dockerbuild.sh rhel --ci --nobl --arch x64 --build-installers --no-build-deps --no-build-nodejs
498
+ ./dockerbuild.sh rhel --ci --nobl --arch x64 --build-installers --no-build-deps --no-build-nodejs --init-nuget
499
499
-p:OnlyPackPlatformSpecificPackages=true -p:BuildRuntimeArchive=false -p:LinuxInstallerType=rpm
500
500
-p:AssetManifestFileName=aspnetcore-Linux_x64.xml
501
501
$(_BuildArgs)
@@ -568,7 +568,7 @@ stages:
568
568
$(_InternalRuntimeDownloadArgs)
569
569
displayName : Run build.sh
570
570
- script : git clean -xfd src/**/obj/;
571
- ./dockerbuild.sh rhel --ci --nobl --arch arm64 --build-installers --no-build-deps --no-build-nodejs
571
+ ./dockerbuild.sh rhel --ci --nobl --arch arm64 --build-installers --no-build-deps --no-build-nodejs --init-nuget
572
572
-p:OnlyPackPlatformSpecificPackages=true -p:BuildRuntimeArchive=false -p:LinuxInstallerType=rpm
573
573
-p:AssetManifestFileName=aspnetcore-Linux_arm64.xml
574
574
$(_BuildArgs)
@@ -797,7 +797,7 @@ stages:
797
797
platform :
798
798
name : ' Managed'
799
799
container : ' mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab'
800
- buildScript : ' ./eng/build.sh $(_PublishArgs) --no-build-repo-tasks'
800
+ buildScript : ' ./eng/build.sh $(_PublishArgs) --no-build-repo-tasks $(_InternalRuntimeDownloadArgs) '
801
801
skipPublishValidation : true
802
802
timeoutInMinutes : 120
803
803
0 commit comments