Address PR comments
This commit is contained in:
parent
f7d77e3e54
commit
d828a08e60
1 changed files with 16 additions and 16 deletions
|
@ -2,10 +2,6 @@
|
||||||
<Import Project="test/TestPackageProjects.targets" />
|
<Import Project="test/TestPackageProjects.targets" />
|
||||||
<Import Project="test/TestProjects.targets" />
|
<Import Project="test/TestProjects.targets" />
|
||||||
|
|
||||||
<Target Name="Test"
|
|
||||||
Condition=" '$(CLIBUILD_SKIP_TESTS)' != 'true' "
|
|
||||||
DependsOnTargets="BuildTests;">
|
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PathListSeparator>:</PathListSeparator>
|
<PathListSeparator>:</PathListSeparator>
|
||||||
<PathListSeparator Condition=" '$(OSName)' == 'win' ">%3b</PathListSeparator>
|
<PathListSeparator Condition=" '$(OSName)' == 'win' ">%3b</PathListSeparator>
|
||||||
|
@ -22,6 +18,10 @@
|
||||||
<RunTestEnvironmentVariables>@(TestTaskEnvironmentVariables)</RunTestEnvironmentVariables>
|
<RunTestEnvironmentVariables>@(TestTaskEnvironmentVariables)</RunTestEnvironmentVariables>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<Target Name="Test"
|
||||||
|
Condition=" '$(CLIBUILD_SKIP_TESTS)' != 'true' "
|
||||||
|
DependsOnTargets="BuildTests;">
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectsToTest Include="build/test/RunTest.proj">
|
<ProjectsToTest Include="build/test/RunTest.proj">
|
||||||
<Properties>
|
<Properties>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue