Continue build if there are test errors

This commit is contained in:
Daniel Plaisted 2019-04-23 13:23:30 -07:00
parent 891f8c8e08
commit 5729e5151f

View file

@ -103,7 +103,9 @@
<MSBuild Projects="$(MSBuildProjectFullPath)"
Targets="RunTestsAsTool"
Properties="ToolTestName=%(SdkTest.Identity)"
BuildInParallel="true"/>
BuildInParallel="true"
ContinueOnError="true"
/>
</Target>
<Target Name="RunTestsAsTool">