From ea08319a65212ba7fd3830052a8c7f672d1b48e9 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Fri, 20 Apr 2018 16:43:41 -0700 Subject: [PATCH] Unblock build Test build was causing restore and build in same evaluation, which was always incorrect, but with a recent change to sdk, it will always fail outright instead of sometimes getting lucky enough for it not to matter. This was therefore a breaking change and we will discuss separately how to handle it. This takes the bad pattern out of the test build to unblock the build. --- .../Microsoft.DotNet.ToolPackage.Tests.csproj | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.DotNet.ToolPackage.Tests/Microsoft.DotNet.ToolPackage.Tests.csproj b/test/Microsoft.DotNet.ToolPackage.Tests/Microsoft.DotNet.ToolPackage.Tests.csproj index ad85df299..d60eb79a7 100644 --- a/test/Microsoft.DotNet.ToolPackage.Tests/Microsoft.DotNet.ToolPackage.Tests.csproj +++ b/test/Microsoft.DotNet.ToolPackage.Tests/Microsoft.DotNet.ToolPackage.Tests.csproj @@ -59,7 +59,9 @@ $(BaseOutputPath)/TestAsset/SampleGlobalTool - + + + @@ -72,7 +74,9 @@ - + + +