File tree 6 files changed +9
-9
lines changed
Framework/App.Runtime/src
Installers/Windows/WindowsHostingBundle
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -102,14 +102,14 @@ variables:
102
102
- name : WindowsArm64InstallersLogArgs
103
103
value : /bl:artifacts/log/Release/Build.Installers.Arm64.binlog
104
104
- name : _InternalRuntimeDownloadArgs
105
- value : -RuntimeSourceFeed https://dotnetbuilds.blob.core.windows .net/internal
105
+ value : -RuntimeSourceFeed https://ci.dot .net/internal
106
106
-RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
107
107
/p:DotNetAssetRootAccessTokenSuffix='$(dotnetbuilds-internal-container-read-token-base64)'
108
108
# The code signing doesn't use the aspnet build scripts, so the msbuild parameters have to be passed directly. This
109
109
# is awkward but necessary because the eng/common/ build scripts don't add the msbuild properties automatically.
110
110
- name : _InternalRuntimeDownloadCodeSignArgs
111
111
value : $(_InternalRuntimeDownloadArgs)
112
- /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows .net/internal
112
+ /p:DotNetRuntimeSourceFeed=https://ci.dot .net/internal
113
113
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
114
114
- group : DotNet-HelixApi-Access
115
115
- ${{ if notin(variables['Build.Reason'], 'PullRequest') }} :
Original file line number Diff line number Diff line change 44
44
# in the default public locations.
45
45
internalRuntimeDownloadArgs=
46
46
if [ '$(dotnetbuilds-internal-container-read-token-base64)' != '$''(dotnetbuilds-internal-container-read-token-base64)' ]; then
47
- 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)'
47
+ 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)'
48
48
fi
49
49
50
50
buildConfig=Release
Original file line number Diff line number Diff line change 44
44
# in the default public locations.
45
45
internalRuntimeDownloadArgs=
46
46
if [ '$(dotnetbuilds-internal-container-read-token-base64)' != '$''(dotnetbuilds-internal-container-read-token-base64)' ]; then
47
- 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)'
47
+ 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)'
48
48
fi
49
49
50
50
buildConfig=Release
Original file line number Diff line number Diff line change 57
57
<AdditionalDotNetPackage Include =" $(MicrosoftNETCoreBrowserDebugHostTransportVersion)" >
58
58
<PackageType >runtime</PackageType >
59
59
</AdditionalDotNetPackage >
60
-
61
- <AdditionalDotNetPackageFeed Include =" https://dotnetbuilds.blob.core.windows .net/internal"
60
+
61
+ <AdditionalDotNetPackageFeed Include =" https://ci.dot .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://dotnetbuilds.blob.core.windows .net/internal"
66
+ <AdditionalDotNetPackageFeed Include =" https://ci.dot .net/internal"
67
67
Condition =" '$(SYSTEM_TEAMPROJECT)' == 'internal'" >
68
68
<SasToken >$([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken'))</SasToken >
69
69
</AdditionalDotNetPackageFeed >
Original file line number Diff line number Diff line change @@ -560,7 +560,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
560
560
<!-- Try various places to find the runtime. It's either released (use official version),
561
561
public but un-released (use dotnetbuilds/public), or internal and unreleased (use dotnetbuilds/internal) -->
562
562
<ItemGroup >
563
- <UrisToDownload Include =" https://dotnetcli.azureedge.net /dotnet/$(DotNetRuntimeDownloadPath)" />
563
+ <UrisToDownload Include =" https://builds.dotnet.microsoft.com /dotnet/$(DotNetRuntimeDownloadPath)" />
564
564
<UrisToDownload Include =" https://ci.dot.net/public/$(DotNetRuntimeDownloadPath)" />
565
565
<UrisToDownload Include =" https://ci.dot.net/internal/$(DotNetRuntimeDownloadPath)"
566
566
Condition =" '$(DotnetRuntimeSourceFeedKey)' != '' " >
Original file line number Diff line number Diff line change 83
83
-->
84
84
<ItemGroup >
85
85
<UrisToDownload Remove =" @(UrisToDownload)" />
86
- <UrisToDownload Include =" https://dotnetcli.azureedge.net /dotnet/Runtime/%(RemoteAsset.Identity)" />
86
+ <UrisToDownload Include =" https://builds.dotnet.microsoft.com /dotnet/Runtime/%(RemoteAsset.Identity)" />
87
87
<UrisToDownload Include =" https://ci.dot.net/public/Runtime/%(RemoteAsset.Identity)" />
88
88
<UrisToDownload Include =" https://ci.dot.net/internal/Runtime/%(RemoteAsset.Identity)"
89
89
Condition =" '$(DotnetRuntimeSourceFeedKey)' != '' " >
You can’t perform that action at this time.
0 commit comments