diff --git a/scripts/build/TestFx.Versions.targets b/scripts/build/TestFx.Versions.targets index 94d50de873..6091c869e3 100644 --- a/scripts/build/TestFx.Versions.targets +++ b/scripts/build/TestFx.Versions.targets @@ -1,7 +1,7 @@  - 16.10.0-release-20210421-08 + 16.10.0-release-20210429-01 0.2.0 diff --git a/test/E2ETests/Automation.CLI/CLITestBase.common.cs b/test/E2ETests/Automation.CLI/CLITestBase.common.cs index c5241f57a8..fd9c779d17 100644 --- a/test/E2ETests/Automation.CLI/CLITestBase.common.cs +++ b/test/E2ETests/Automation.CLI/CLITestBase.common.cs @@ -19,7 +19,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\16.10.0-release-20210421-08"; + private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\16.10.0-release-20210429-01"; private const string VstestConsoleRelativePath = @"tools\net451\Common7\IDE\Extensions\TestPlatform\vstest.console.exe"; ///