From b32aedde5a1b7dd80688f271c2d8e82bd19a2ab1 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Mon, 17 Oct 2016 18:38:03 -0500 Subject: [PATCH] Add /p:SkipInvalidConfigurations=true to fix the test --- test/dotnet-run3.Tests/GivenDotnetRun3RunsCsProj.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dotnet-run3.Tests/GivenDotnetRun3RunsCsProj.cs b/test/dotnet-run3.Tests/GivenDotnetRun3RunsCsProj.cs index 5583ea382..a946e23b9 100644 --- a/test/dotnet-run3.Tests/GivenDotnetRun3RunsCsProj.cs +++ b/test/dotnet-run3.Tests/GivenDotnetRun3RunsCsProj.cs @@ -99,7 +99,7 @@ namespace Microsoft.DotNet.Cli.Run3.Tests new Restore3Command() .WithWorkingDirectory(testProjectDirectory) - .Execute() + .Execute("/p:SkipInvalidConfigurations=true") .Should() .Pass();