Don't fail build on failing test
This commit is contained in:
parent
772ccf9ed3
commit
8abbbd32e0
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
<MSBuild Projects="$(UnifiedBuildValidationTestsProject)"
|
||||
Targets="VSTest"
|
||||
ContinueOnError="WarnAndContinue"
|
||||
Properties="ExcludeFromDotNetBuild=false;VsTestUseMSBuildOutput=true" />
|
||||
|
||||
</Target>
|
||||
|
|
Loading…
Reference in a new issue