File tree 4 files changed +10
-10
lines changed
Framework/App.Runtime/src
Installers/Windows/WindowsHostingBundle
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,14 @@ variables:
97
97
- name : WindowsArm64InstallersLogArgs
98
98
value : /bl:artifacts/log/Release/Build.Installers.Arm64.binlog
99
99
- name : _InternalRuntimeDownloadArgs
100
- value : -RuntimeSourceFeed https://dotnetbuilds.blob.core.windows .net/internal
100
+ value : -RuntimeSourceFeed https://ci.dot .net/internal
101
101
-RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
102
102
/p:DotNetAssetRootAccessTokenSuffix='$(dotnetbuilds-internal-container-read-token-base64)'
103
103
# The code signing doesn't use the aspnet build scripts, so the msbuild parameters have to be passed directly. This
104
104
# is awkward but necessary because the eng/common/ build scripts don't add the msbuild properties automatically.
105
105
- name : _InternalRuntimeDownloadCodeSignArgs
106
106
value : $(_InternalRuntimeDownloadArgs)
107
- /p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows .net/internal
107
+ /p:DotNetRuntimeSourceFeed=https://ci.dot .net/internal
108
108
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
109
109
- group : DotNet-HelixApi-Access
110
110
- ${{ if notin(variables['Build.Reason'], 'PullRequest') }} :
Original file line number Diff line number Diff line change 58
58
<PackageType >runtime</PackageType >
59
59
</AdditionalDotNetPackage >
60
60
61
- <AdditionalDotNetPackageFeed Include =" https://dotnetbuilds.blob.core.windows .net/internal"
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,9 +560,9 @@ 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)" />
564
- <UrisToDownload Include =" https://dotnetbuilds.azureedge .net/public/$(DotNetRuntimeDownloadPath)" />
565
- <UrisToDownload Include =" https://dotnetbuilds.azureedge .net/internal/$(DotNetRuntimeDownloadPath)"
563
+ <UrisToDownload Include =" https://builds.dotnet.microsoft.com /dotnet/$(DotNetRuntimeDownloadPath)" />
564
+ <UrisToDownload Include =" https://ci.dot .net/public/$(DotNetRuntimeDownloadPath)" />
565
+ <UrisToDownload Include =" https://ci.dot .net/internal/$(DotNetRuntimeDownloadPath)"
566
566
Condition =" '$(DotnetRuntimeSourceFeedKey)' != '' " >
567
567
<token >$(DotnetRuntimeSourceFeedKey)</token >
568
568
</UrisToDownload >
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)" />
87
- <UrisToDownload Include =" https://dotnetbuilds.azureedge .net/public/Runtime/%(RemoteAsset.Identity)" />
88
- <UrisToDownload Include =" https://dotnetbuilds.azureedge .net/internal/Runtime/%(RemoteAsset.Identity)"
86
+ <UrisToDownload Include =" https://builds.dotnet.microsoft.com /dotnet/Runtime/%(RemoteAsset.Identity)" />
87
+ <UrisToDownload Include =" https://ci.dot .net/public/Runtime/%(RemoteAsset.Identity)" />
88
+ <UrisToDownload Include =" https://ci.dot .net/internal/Runtime/%(RemoteAsset.Identity)"
89
89
Condition =" '$(DotnetRuntimeSourceFeedKey)' != '' " >
90
90
<token >$(DotnetRuntimeSourceFeedKey)</token >
91
91
</UrisToDownload >
You can’t perform that action at this time.
0 commit comments