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 752e9bb commit 19c9f37Copy full SHA for 19c9f37
build.ps1
@@ -1,6 +1,6 @@
1
#!/usr/bin/env pwsh
2
-$DotNetInstallerUri = 'https://dot.net/v1/dotnet-install.ps1';
3
-$DotNetUnixInstallerUri = 'https://dot.net/v1/dotnet-install.sh'
+$DotNetInstallerUri = 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1';
+$DotNetUnixInstallerUri = 'https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh'
4
$DotNetChannel = 'LTS'
5
$PSScriptRoot = Split-Path $MyInvocation.MyCommand.Path -Parent
6
0 commit comments