Merge pull request #9086 from wli3/bring-tool-tests-back

Bring tool tests back
This commit is contained in:
William Li 2020-11-17 11:52:05 -08:00 committed by GitHub
commit cc37425417
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"tools": {
"dotnet": "6.0.100-alpha.1.20563.2",
"dotnet": "6.0.100-alpha.1.20567.4",
"runtimes": {
"dotnet": [
"$(VSRedistCommonNetCoreSharedFrameworkx6460PackageVersion)"

View file

@ -193,7 +193,6 @@
<MSBuild Projects="@(TestProjectToRun)"
Targets="RunTestsAsTool"
BuildInParallel="true"
Condition = "false"
/>
</Target>