Continue build if there are test errors
This commit is contained in:
parent
891f8c8e08
commit
5729e5151f
1 changed files with 3 additions and 1 deletions
|
@ -103,7 +103,9 @@
|
|||
<MSBuild Projects="$(MSBuildProjectFullPath)"
|
||||
Targets="RunTestsAsTool"
|
||||
Properties="ToolTestName=%(SdkTest.Identity)"
|
||||
BuildInParallel="true"/>
|
||||
BuildInParallel="true"
|
||||
ContinueOnError="true"
|
||||
/>
|
||||
</Target>
|
||||
|
||||
<Target Name="RunTestsAsTool">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue