Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea2a0ca

Browse files
authored
Revert "[release/9.0] Update remnants of azureedge.net" (#60323)
* Revert "[release/9.0] Update remnants of azureedge.net (#60263)"This reverts commiteafd73f.* Update eng/common/core-templates/steps/source-build.yml
1 parentd4bfd6a commitea2a0ca

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

‎.azure/pipelines/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,14 +97,14 @@ variables:
9797
-name:WindowsArm64InstallersLogArgs
9898
value:/bl:artifacts/log/Release/Build.Installers.Arm64.binlog
9999
-name:_InternalRuntimeDownloadArgs
100-
value:-RuntimeSourceFeed https://ci.dot.net/internal
100+
value:-RuntimeSourceFeed https://dotnetbuilds.blob.core.windows.net/internal
101101
-RuntimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
102102
/p:DotNetAssetRootAccessTokenSuffix='$(dotnetbuilds-internal-container-read-token-base64)'
103103
# The code signing doesn't use the aspnet build scripts, so the msbuild parameters have to be passed directly. This
104104
# is awkward but necessary because the eng/common/ build scripts don't add the msbuild properties automatically.
105105
-name:_InternalRuntimeDownloadCodeSignArgs
106106
value:$(_InternalRuntimeDownloadArgs)
107-
/p:DotNetRuntimeSourceFeed=https://ci.dot.net/internal
107+
/p:DotNetRuntimeSourceFeed=https://dotnetbuilds.blob.core.windows.net/internal
108108
/p:DotNetRuntimeSourceFeedKey=$(dotnetbuilds-internal-container-read-token-base64)
109109
-group:DotNet-HelixApi-Access
110110
-${{ if notin(variables['Build.Reason'], 'PullRequest') }}:

‎eng/helix/helix.proj‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@
5858
<PackageType>runtime</PackageType>
5959
</AdditionalDotNetPackage>
6060

61-
<AdditionalDotNetPackageFeedInclude="https://ci.dot.net/internal"
61+
<AdditionalDotNetPackageFeedInclude="https://dotnetbuilds.blob.core.windows.net/internal"
6262
Condition="'$(SYSTEM_TEAMPROJECT)' == 'internal'">
6363
<SasToken>$([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken'))</SasToken>
6464
</AdditionalDotNetPackageFeed>
6565

66-
<AdditionalDotNetPackageFeedInclude="https://ci.dot.net/internal"
66+
<AdditionalDotNetPackageFeedInclude="https://dotnetbuilds.blob.core.windows.net/internal"
6767
Condition="'$(SYSTEM_TEAMPROJECT)' == 'internal'">
6868
<SasToken>$([System.Environment]::GetEnvironmentVariable('DotNetBuildsInternalReadSasToken'))</SasToken>
6969
</AdditionalDotNetPackageFeed>

‎src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.csproj‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,9 +560,9 @@ This package is an internal implementation of the .NET Core SDK and is not meant
560560
<!-- Try various places to find the runtime. It's either released (use official version),
561561
public but un-released (use dotnetbuilds/public), or internal and unreleased (use dotnetbuilds/internal)-->
562562
<ItemGroup>
563-
<UrisToDownloadInclude="https://builds.dotnet.microsoft.com/dotnet/$(DotNetRuntimeDownloadPath)" />
564-
<UrisToDownloadInclude="https://ci.dot.net/public/$(DotNetRuntimeDownloadPath)" />
565-
<UrisToDownloadInclude="https://ci.dot.net/internal/$(DotNetRuntimeDownloadPath)"
563+
<UrisToDownloadInclude="https://dotnetcli.azureedge.net/dotnet/$(DotNetRuntimeDownloadPath)" />
564+
<UrisToDownloadInclude="https://dotnetbuilds.azureedge.net/public/$(DotNetRuntimeDownloadPath)" />
565+
<UrisToDownloadInclude="https://dotnetbuilds.azureedge.net/internal/$(DotNetRuntimeDownloadPath)"
566566
Condition=" '$(DotnetRuntimeSourceFeedKey)' != ''">
567567
<token>$(DotnetRuntimeSourceFeedKey)</token>
568568
</UrisToDownload>

‎src/Installers/Windows/WindowsHostingBundle/Product.targets‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
-->
8484
<ItemGroup>
8585
<UrisToDownloadRemove="@(UrisToDownload)" />
86-
<UrisToDownloadInclude="https://builds.dotnet.microsoft.com/dotnet/Runtime/%(RemoteAsset.Identity)" />
87-
<UrisToDownloadInclude="https://ci.dot.net/public/Runtime/%(RemoteAsset.Identity)" />
88-
<UrisToDownloadInclude="https://ci.dot.net/internal/Runtime/%(RemoteAsset.Identity)"
86+
<UrisToDownloadInclude="https://dotnetcli.azureedge.net/dotnet/Runtime/%(RemoteAsset.Identity)" />
87+
<UrisToDownloadInclude="https://dotnetbuilds.azureedge.net/public/Runtime/%(RemoteAsset.Identity)" />
88+
<UrisToDownloadInclude="https://dotnetbuilds.azureedge.net/internal/Runtime/%(RemoteAsset.Identity)"
8989
Condition=" '$(DotnetRuntimeSourceFeedKey)' != ''">
9090
<token>$(DotnetRuntimeSourceFeedKey)</token>
9191
</UrisToDownload>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp