File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/E2ETests/Automation.CLI Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
33 <PropertyGroup >
4- <MicrosoftNetTestSdkVersion Condition =" '$(MicrosoftNetTestSdkVersion)' == '' " >16.10.0-release-20210421-08 </MicrosoftNetTestSdkVersion >
4+ <MicrosoftNetTestSdkVersion Condition =" '$(MicrosoftNetTestSdkVersion)' == '' " >16.10.0-release-20210429-01 </MicrosoftNetTestSdkVersion >
55
66 <!-- Toolset -->
77 <MicroBuildCoreVersion >0.2.0</MicroBuildCoreVersion >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public partial class CLITestBase
1919 private const string PackagesFolder = "packages" ;
2020
2121 // This value is automatically updated by "build.ps1" script.
22- private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\16.10.0-release-20210421-08 " ;
22+ private const string TestPlatformCLIPackage = @"Microsoft.TestPlatform\16.10.0-release-20210429-01 " ;
2323 private const string VstestConsoleRelativePath = @"tools\net451\Common7\IDE\Extensions\TestPlatform\vstest.console.exe" ;
2424
2525 /// <summary>
You can’t perform that action at this time.
0 commit comments