From 604e7beeb3abe7e351a7bb5e507bea66d76a5888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Jare=C5=A1?= Date: Wed, 23 Aug 2023 16:59:38 +0200 Subject: [PATCH] [rel/17.7] Fix cannot find System.Text.Json (#4669) * Fix cannot find System.Text.Json * Bump to 17.7.2 * Use dotnet install script directly to get latest fix --- eng/Versions.props | 2 +- eng/common/tools.ps1 | 2 +- .../Microsoft.TestPlatform/Microsoft.TestPlatform.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 1c4fbbce25..d465296580 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,7 +8,7 @@ is trying to parse that version and will consider any version with more than 4 `.` in it as invalid. --> true - 17.7.1 + 17.7.2 release diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 38cf94ff88..e44b63fda6 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -263,7 +263,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) { if (!(Test-Path $installScript)) { Create-Directory $dotnetRoot $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit - $uri = "https://dotnet.microsoft.com/download/dotnet/scripts/$dotnetInstallScriptVersion/dotnet-install.ps1" + $uri = "https://raw.githubusercontent.com/dotnet/install-scripts/main/src/dotnet-install.ps1" Retry({ Write-Host "GET $uri" diff --git a/src/package/Microsoft.TestPlatform/Microsoft.TestPlatform.csproj b/src/package/Microsoft.TestPlatform/Microsoft.TestPlatform.csproj index 34e29bb04f..8752bdd9cd 100644 --- a/src/package/Microsoft.TestPlatform/Microsoft.TestPlatform.csproj +++ b/src/package/Microsoft.TestPlatform/Microsoft.TestPlatform.csproj @@ -91,7 +91,7 @@ - +