Skip to content

Commit

Permalink
Updated version. (#1041)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois authored Feb 10, 2022
1 parent d629577 commit 00a2fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/E2ETests/Automation.CLI/CLITestBase.common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/// <summary>
Expand Down

0 comments on commit 00a2fa4

Please sign in to comment.