Skip to content

Commit f95859a

Browse files
[release/8.0] Use CDN URL instead of blob in FindDotNetCliPackage (#16351)
Co-authored-by: Alexander Köplinger <[email protected]>
1 parent be61e5d commit f95859a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Helix/Sdk/FindDotNetCliPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ private async Task FindCliPackage()
106106
{
107107
NormalizeParameters();
108108
var feeds = new List<ITaskItem>();
109-
feeds.Add(new MSBuild.TaskItem("https://dotnetcli.blob.core.windows.net/dotnet"));
109+
feeds.Add(new MSBuild.TaskItem("https://builds.dotnet.microsoft.com/dotnet"));
110110
feeds.Add(new MSBuild.TaskItem("https://ci.dot.net/public"));
111111
if (AdditionalFeeds != null)
112112
{

0 commit comments

Comments
 (0)