Disable EnsureStageSeparation test until we can get a new stage0 with a new MSBuild that has the appropriate fixes.

This commit is contained in:
Eric Erhardt 2017-02-01 15:46:24 -06:00
parent 9f0bb778a1
commit 7543551602

View file

@ -11,8 +11,7 @@
<Target Name="Test"
Condition=" '$(CLIBUILD_SKIP_TESTS)' != 'true' "
DependsOnTargets="EnsureStageSeparation;
BuildTests;">
DependsOnTargets="BuildTests;">
<PropertyGroup>
<PathListSeparator>:</PathListSeparator>