Set test results output dir, set ContinueOnError=true
This commit is contained in:
parent
a29048822e
commit
474ab95b9a
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
|
||||
<MSBuild Projects="$(UnifiedBuildValidationTestsProject)"
|
||||
Targets="VSTest"
|
||||
ContinueOnError="WarnAndContinue"
|
||||
ContinueOnError="true"
|
||||
Properties="ExcludeFromDotNetBuild=false;VsTestUseMSBuildOutput=true" />
|
||||
|
||||
</Target>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<DefaultExcludesInProjectFolder>$(DefaultExcludesInProjectFolder);assets/**/*</DefaultExcludesInProjectFolder>
|
||||
<UBTestsWarnOnSdkContentDiffs>true</UBTestsWarnOnSdkContentDiffs>
|
||||
<VSTestLogger>console%3bverbosity=diagnostic;trx%3bverbosity=diagnostic</VSTestLogger>
|
||||
<VSTestResultsDirectory>$(ArtifactsTestResultsDir)</VSTestResultsDirectory>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
Loading…
Reference in a new issue