We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d31d0 commit b94b1e6Copy full SHA for b94b1e6
src/Microsoft.DotNet.Helix/Sdk/FindDotNetCliPackage.cs
@@ -109,7 +109,7 @@ private async Task FindCliPackage()
109
{
110
NormalizeParameters();
111
var feeds = new List<ITaskItem>();
112
- feeds.Add(new MSBuild.TaskItem("https://dotnetcli.blob.core.windows.net/dotnet"));
+ feeds.Add(new MSBuild.TaskItem("https://builds.dotnet.microsoft.com/dotnet"));
113
feeds.Add(new MSBuild.TaskItem("https://ci.dot.net/public"));
114
if (AdditionalFeeds != null)
115
0 commit comments