Revert "disable test as tool build for now"

This reverts commit bc5222343943818cba91aacd97b63fec2f516707.
This commit is contained in:
William Li 2020-11-17 09:36:12 -08:00
parent 117d370695
commit 2a19fdee15

View file

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