diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 38c63a973b..42aac56671 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -9,9 +9,9 @@ https://dev.azure.com/dnceng/internal/_git/dotnet-symuploader 165896e7efeecb70f01bd011257ead0f56d32c95 - + https://github.com/microsoft/vstest - d3c6439b04452047cb62fc645ce341a034bdb5be + fcc0e3ad9c75c47587b35185455f2690716fa5bb @@ -47,9 +47,9 @@ https://github.com/dotnet/xharness 2eef520188beb49e31460d0a7dbe040294428ff1 - + https://github.com/dotnet/roslyn - 1e347d3e229cf388249d342c72a1222bff0b5fdd + 5d10d428050c0d6afef30a072c4ae68776621877 https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index 4192d04c12..6494525954 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -6,7 +6,7 @@ preview false - 17.1.0-release-20220113-05 + 17.1.0 0.2.0 5.11.0 @@ -78,7 +78,7 @@ 2.0.0 2.1.1 2.1.0 - 4.0.0-1.21270.4 + 4.1.0-5.22128.4 6.0.100-preview.5.21268.2 5.3.0.1 2.3.0 diff --git a/test/E2ETests/Automation.CLI/CLITestBase.common.cs b/test/E2ETests/Automation.CLI/CLITestBase.common.cs index c0c46c6bde..6636c8b73c 100644 --- a/test/E2ETests/Automation.CLI/CLITestBase.common.cs +++ b/test/E2ETests/Automation.CLI/CLITestBase.common.cs @@ -17,7 +17,7 @@ public partial class CLITestBase private const string PackagesFolder = "packages"; // This value is automatically updated by "build.ps1" script. - private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\17.1.0-release-20220113-05"; + private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\17.1.0"; private const string VstestConsoleRelativePath = @"tools\net451\Common7\IDE\Extensions\TestPlatform\vstest.console.exe"; ///