From 79b084aac9cc2b91ac19b4fea4a31aae3ab0e3ed Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Mon, 24 Mar 2025 15:18:18 +0000 Subject: [PATCH] [ci] Don't use the short url for install script --- src/DotNet/DotNet.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/DotNet/DotNet.csproj b/src/DotNet/DotNet.csproj index 3a7b488957ad..23cac56b4a81 100644 --- a/src/DotNet/DotNet.csproj +++ b/src/DotNet/DotNet.csproj @@ -14,7 +14,7 @@ <_SkipUpdateBuildNumber>true - https://dot.net/v1/dotnet-install.ps1 + https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.ps1 dotnet-install.ps1 $(DotNetTempDirectory)$(DotNetInstallScriptName) & '$(DotNetInstallScriptPath)' -Version $(MicrosoftDotnetSdkInternalPackageVersion) -InstallDir '$(DotNetDirectory)' -Verbose @@ -24,7 +24,7 @@ powershell -ExecutionPolicy ByPass -NoProfile -Command "$(DotNetInstallCommand)" - https://dot.net/v1/dotnet-install.sh + https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.sh dotnet-install.sh $(DotNetTempDirectory)$(DotNetInstallScriptName) bash '$(DotNetInstallScriptPath)' --version $(MicrosoftDotnetSdkInternalPackageVersion) --install-dir '$(DotNetDirectory)' --verbose