From 00a2fa4a41119cf807b9e568c805957a0c938120 Mon Sep 17 00:00:00 2001 From: Medeni Baykal <433724+Haplois@users.noreply.github.com> Date: Thu, 10 Feb 2022 18:16:28 +0100 Subject: [PATCH] Updated version. (#1041) --- test/E2ETests/Automation.CLI/CLITestBase.common.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/E2ETests/Automation.CLI/CLITestBase.common.cs b/test/E2ETests/Automation.CLI/CLITestBase.common.cs index 3c511f68da..13f201b901 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-preview-20211118-01"; + private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\17.1.0-release-20220113-05"; private const string VstestConsoleRelativePath = @"tools\net451\Common7\IDE\Extensions\TestPlatform\vstest.console.exe"; ///