File tree 4 files changed +8
-8
lines changed
common/core-templates/steps
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -79,14 +79,14 @@ variables:
79
79
- name : WindowsArm64InstallersLogArgs
80
80
value : /bl:artifacts/log/Release/Build.Installers.Arm64.binlog
81
81
- name : _InternalRuntimeDownloadArgs
82
- value : -RuntimeSourceFeed https://ci.dot .net/internal
82
+ value : -RuntimeSourceFeed https://dotnetbuilds.blob.core.windows .net/internal
83
83
-RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
84
84
/p:DotNetAssetRootAccessTokenSuffix='$(dotnetbuilds-internal-container-read-token-base64)'
85
85
# The code signing doesn't use the aspnet build scripts, so the msbuild parameters have to be passed directly. This
86
86
# is awkward but necessary because the eng/common/ build scripts don't add the msbuild properties automatically.
87
87
- name : _InternalRuntimeDownloadCodeSignArgs
88
88
value : $(_InternalRuntimeDownloadArgs)
89
- /p:DotNetRuntimeSourceFeed=https://ci.dot .net/internal
89
+ /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows .net/internal
90
90
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
91
91
- group : DotNet-HelixApi-Access
92
92
- ${{ if notin(variables['Build.Reason'], 'PullRequest') }} :
Original file line number Diff line number Diff line change 234
234
</PropertyGroup >
235
235
236
236
<PropertyGroup >
237
- <OfficialBaseURL >https://builds.dotnet.microsoft.com /dotnet/</OfficialBaseURL >
237
+ <OfficialBaseURL >https://dotnetcli.blob.core.windows.net /dotnet/</OfficialBaseURL >
238
238
<!-- Allow overriding the public base URL for Unified Build scenarios to pull assets from a local build. -->
239
- <PublicBaseURL Condition =" '$(PublicBaseURL)' == ''" >https://ci.dot .net/public/</PublicBaseURL >
240
- <InternalBaseURL >https://ci.dot .net/internal/</InternalBaseURL >
239
+ <PublicBaseURL Condition =" '$(PublicBaseURL)' == ''" >https://dotnetbuilds.blob.core.windows .net/public/</PublicBaseURL >
240
+ <InternalBaseURL >https://dotnetbuilds.blob.core.windows .net/internal/</InternalBaseURL >
241
241
<!-- Allow overriding where installers are pulled in from previously completed jobs in Unified Build scenarios. -->
242
242
<AddVersionToCrossArchitectureInstallerBasePath Condition =" '$(CrossArchitectureInstallerBasePath)' != ''" >true</AddVersionToCrossArchitectureInstallerBasePath >
243
243
<CrossArchitectureInstallerBasePath Condition =" '$(CrossArchitectureInstallerBasePath)' == ''" >$(ArtifactsShippingPackagesDir)</CrossArchitectureInstallerBasePath >
Original file line number Diff line number Diff line change 37
37
# in the default public locations.
38
38
internalRuntimeDownloadArgs=
39
39
if [ '$(dotnetbuilds-internal-container-read-token-base64)' != '$''(dotnetbuilds-internal-container-read-token-base64)' ]; then
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)'
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)'
41
41
fi
42
42
43
43
buildConfig=Release
Original file line number Diff line number Diff line change 58
58
<PackageType >runtime</PackageType >
59
59
</AdditionalDotNetPackage >
60
60
61
- <AdditionalDotNetPackageFeed Include =" https://ci.dot .net/internal"
61
+ <AdditionalDotNetPackageFeed Include =" https://dotnetbuilds.blob.core.windows .net/internal"
62
62
Condition =" '$(SYSTEM_TEAMPROJECT)' == 'internal'" >
63
63
<SasToken >$([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken'))</SasToken >
64
64
</AdditionalDotNetPackageFeed >
65
65
66
- <AdditionalDotNetPackageFeed Include =" https://ci.dot .net/internal"
66
+ <AdditionalDotNetPackageFeed Include =" https://dotnetbuilds.blob.core.windows .net/internal"
67
67
Condition =" '$(SYSTEM_TEAMPROJECT)' == 'internal'" >
68
68
<SasToken >$([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken'))</SasToken >
69
69
</AdditionalDotNetPackageFeed >
You can’t perform that action at this time.
0 commit comments