do not run dotnet-cli-build.csproj Test in build, no netcore1.3 runtime

This commit is contained in:
William Li 2017-08-29 21:11:23 -07:00 committed by William Lee
parent 7f54ccb903
commit 22e75d0eed

View file

@ -88,8 +88,6 @@
<Target Name="TestsForBuildItself">
<DotNetMSBuild Arguments="/v:diag $(RepoRoot)/test/MsBuildScript.Tests/runtests.target"
ToolPath="$(Stage0Directory)" />
<DotNetTest ProjectPath="$(RepoRoot)/build_projects/dotnet-cli-build.Tests/dotnet-cli-build.Tests.csproj"
ToolPath="$(Stage0Directory)" />
</Target>
<Target Name="EnsureStageSeparation">