File tree 2 files changed +2
-2
lines changed
test/E2ETests/Automation.CLI
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<PropertyGroup >
4
- <MicrosoftNetTestSdkVersion Condition =" '$(MicrosoftNetTestSdkVersion)' == '' " >16.10.0-release-20210421-08 </MicrosoftNetTestSdkVersion >
4
+ <MicrosoftNetTestSdkVersion Condition =" '$(MicrosoftNetTestSdkVersion)' == '' " >16.10.0-release-20210429-01 </MicrosoftNetTestSdkVersion >
5
5
6
6
<!-- Toolset -->
7
7
<MicroBuildCoreVersion >0.2.0</MicroBuildCoreVersion >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ public partial class CLITestBase
19
19
private const string PackagesFolder = "packages" ;
20
20
21
21
// 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 " ;
23
23
private const string VstestConsoleRelativePath = @"tools\net451\Common7\IDE\Extensions\TestPlatform\vstest.console.exe" ;
24
24
25
25
/// <summary>
You can’t perform that action at this time.
0 commit comments