Skip to content

Commit

Permalink
Updated MicrosoftNetTestSdkVersion to 16.10.0-release-20210429-01 (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haplois committed May 19, 2021
1 parent fe3ba4f commit 19acefa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/build/TestFx.Versions.targets
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<MicrosoftNetTestSdkVersion Condition=" '$(MicrosoftNetTestSdkVersion)' == '' ">16.10.0-release-20210421-08</MicrosoftNetTestSdkVersion>
<MicrosoftNetTestSdkVersion Condition=" '$(MicrosoftNetTestSdkVersion)' == '' ">16.10.0-release-20210429-01</MicrosoftNetTestSdkVersion>

<!-- Toolset -->
<MicroBuildCoreVersion>0.2.0</MicroBuildCoreVersion>
Expand Down
2 changes: 1 addition & 1 deletion test/E2ETests/Automation.CLI/CLITestBase.common.cs
Expand Up @@ -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";

/// <summary>
Expand Down

0 comments on commit 19acefa

Please sign in to comment.