Address PR comments

This commit is contained in:
Justin Goshi 2017-02-22 09:25:06 -08:00
parent f7d77e3e54
commit d828a08e60

View file

@ -2,10 +2,6 @@
<Import Project="test/TestPackageProjects.targets" />
<Import Project="test/TestProjects.targets" />
<Target Name="Test"
Condition=" '$(CLIBUILD_SKIP_TESTS)' != 'true' "
DependsOnTargets="BuildTests;">
<PropertyGroup>
<PathListSeparator>:</PathListSeparator>
<PathListSeparator Condition=" '$(OSName)' == 'win' ">%3b</PathListSeparator>
@ -22,6 +18,10 @@
<RunTestEnvironmentVariables>@(TestTaskEnvironmentVariables)</RunTestEnvironmentVariables>
</PropertyGroup>
<Target Name="Test"
Condition=" '$(CLIBUILD_SKIP_TESTS)' != 'true' "
DependsOnTargets="BuildTests;">
<ItemGroup>
<ProjectsToTest Include="build/test/RunTest.proj">
<Properties>