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 884630d commit 2dc2c3dCopy full SHA for 2dc2c3d
tests/dotnet/Windows/InstallDotNet.csproj
@@ -57,7 +57,7 @@
57
<PropertyGroup>
58
<TargetFramework>netstandard2.0</TargetFramework>
59
<IsPackable>false</IsPackable>
60
- <DotNetFeedUrl>https://dotnetbuilds.blob.core.windows.net/public</DotNetFeedUrl>
+ <DotNetFeedUrl>https://ci.dot.net/public</DotNetFeedUrl>
61
</PropertyGroup>
62
<PropertyGroup Condition="$([MSBuild]::IsOSPlatform('windows'))">
63
<DotNetInstallScriptUrl>https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.ps1</DotNetInstallScriptUrl>
0 commit comments