Don't batch SDK test projects or continue on error
This commit is contained in:
parent
9795567194
commit
50f3eff571
1 changed files with 7 additions and 3 deletions
|
@ -159,12 +159,16 @@
|
|||
<SdkTest Remove="@(SdkTest)" />
|
||||
<SdkTest Include="$(ToolTestName)" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<TestProjectToRun Include="$(MSBuildProjectFullPath)">
|
||||
<AdditionalProperties>ToolTestName=%(SdkTest.Identity)</AdditionalProperties>
|
||||
</TestProjectToRun>
|
||||
</ItemGroup>
|
||||
|
||||
<MSBuild Projects="$(MSBuildProjectFullPath)"
|
||||
<MSBuild Projects="@(TestProjectToRun)"
|
||||
Targets="RunTestsAsTool"
|
||||
Properties="ToolTestName=%(SdkTest.Identity)"
|
||||
BuildInParallel="true"
|
||||
ContinueOnError="true"
|
||||
/>
|
||||
</Target>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue