Skip to content

Commit b65989c

Browse files
committed
Issue 34304: #3223 Fix Functional test failures in CI
- Updated download URL for .NET x86 installer for tests pipelines.
1 parent b1bb29f commit b65989c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/common/templates/jobs/ci-run-tests-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jobs:
236236
- powershell: |
237237
dotnet --info
238238
239-
Invoke-WebRequest https://dot.net/v1/dotnet-install.ps1 -OutFile dotnet-install.ps1
239+
Invoke-WebRequest https://builds.dotnet.microsoft.com/dotnet/scripts/v1/dotnet-install.ps1 -OutFile dotnet-install.ps1
240240
241241
# install .net x86
242242
$version = "LTS"

0 commit comments

Comments
 (0)