File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
common/core-templates/steps Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ variables:
7979- name : WindowsArm64InstallersLogArgs
8080 value : /bl:artifacts/log/Release/Build.Installers.Arm64.binlog
8181- name : _InternalRuntimeDownloadArgs
82- value : -RuntimeSourceFeed https://dotnetbuilds.blob.core.windows .net/internal
82+ value : -RuntimeSourceFeed https://ci.dot .net/internal
8383 -RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
8484 /p:DotNetAssetRootAccessTokenSuffix='$(dotnetbuilds-internal-container-read-token-base64)'
8585# The code signing doesn't use the aspnet build scripts, so the msbuild parameters have to be passed directly. This
8686# is awkward but necessary because the eng/common/ build scripts don't add the msbuild properties automatically.
8787- name : _InternalRuntimeDownloadCodeSignArgs
8888 value : $(_InternalRuntimeDownloadArgs)
89- /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows .net/internal
89+ /p:DotNetRuntimeSourceFeed=https://ci.dot .net/internal
9090 /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
9191- group : DotNet-HelixApi-Access
9292- ${{ if notin(variables['Build.Reason'], 'PullRequest') }} :
Original file line number Diff line number Diff line change 234234 </PropertyGroup >
235235
236236 <PropertyGroup >
237- <OfficialBaseURL >https://dotnetcli.blob.core.windows.net /dotnet/</OfficialBaseURL >
237+ <OfficialBaseURL >https://builds.dotnet.microsoft.com /dotnet/</OfficialBaseURL >
238238 <!-- Allow overriding the public base URL for Unified Build scenarios to pull assets from a local build. -->
239- <PublicBaseURL Condition =" '$(PublicBaseURL)' == ''" >https://dotnetbuilds.blob.core.windows .net/public/</PublicBaseURL >
240- <InternalBaseURL >https://dotnetbuilds.blob.core.windows .net/internal/</InternalBaseURL >
239+ <PublicBaseURL Condition =" '$(PublicBaseURL)' == ''" >https://ci.dot .net/public/</PublicBaseURL >
240+ <InternalBaseURL >https://ci.dot .net/internal/</InternalBaseURL >
241241 <!-- Allow overriding where installers are pulled in from previously completed jobs in Unified Build scenarios. -->
242242 <AddVersionToCrossArchitectureInstallerBasePath Condition =" '$(CrossArchitectureInstallerBasePath)' != ''" >true</AddVersionToCrossArchitectureInstallerBasePath >
243243 <CrossArchitectureInstallerBasePath Condition =" '$(CrossArchitectureInstallerBasePath)' == ''" >$(ArtifactsShippingPackagesDir)</CrossArchitectureInstallerBasePath >
Original file line number Diff line number Diff line change 3737 # in the default public locations.
3838 internalRuntimeDownloadArgs=
3939 if [ '$(dotnetbuilds-internal-container-read-token-base64)' != '$''(dotnetbuilds-internal-container-read-token-base64)' ]; then
40- internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows. net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://dotnetbuilds.blob.core.windows .net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
40+ internalRuntimeDownloadArgs='/p:DotNetRuntimeSourceFeed=https://ci.dot. net/internal /p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64) --runtimesourcefeed https://ci.dot .net/internal --runtimesourcefeedkey $(dotnetbuilds-internal-container-read-token-base64)'
4141 fi
4242
4343 buildConfig=Release
Original file line number Diff line number Diff line change 5858 <PackageType >runtime</PackageType >
5959 </AdditionalDotNetPackage >
6060
61- <AdditionalDotNetPackageFeed Include =" https://dotnetbuilds.blob.core.windows .net/internal"
61+ <AdditionalDotNetPackageFeed Include =" https://ci.dot .net/internal"
6262 Condition =" '$(SYSTEM_TEAMPROJECT)' == 'internal'" >
6363 <SasToken >$([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken'))</SasToken >
6464 </AdditionalDotNetPackageFeed >
6565
66- <AdditionalDotNetPackageFeed Include =" https://dotnetbuilds.blob.core.windows .net/internal"
66+ <AdditionalDotNetPackageFeed Include =" https://ci.dot .net/internal"
6767 Condition =" '$(SYSTEM_TEAMPROJECT)' == 'internal'" >
6868 <SasToken >$([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken'))</SasToken >
6969 </AdditionalDotNetPackageFeed >
You can’t perform that action at this time.
0 commit comments