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 b1bb29f commit b65989cCopy full SHA for b65989c
eng/pipelines/common/templates/jobs/ci-run-tests-job.yml
@@ -236,7 +236,7 @@ jobs:
236
- powershell: |
237
dotnet --info
238
239
- Invoke-WebRequest https://dot.net/v1/dotnet-install.ps1 -OutFile dotnet-install.ps1
+ Invoke-WebRequest https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.ps1 -OutFile dotnet-install.ps1
240
241
# install .net x86
242
$version = "LTS"
0 commit comments