Add /p:SkipInvalidConfigurations=true to fix the test

This commit is contained in:
Eric Erhardt 2016-10-17 18:38:03 -05:00
parent 469f7be5c3
commit b32aedde5a

View file

@ -99,7 +99,7 @@ namespace Microsoft.DotNet.Cli.Run3.Tests
new Restore3Command()
.WithWorkingDirectory(testProjectDirectory)
.Execute()
.Execute("/p:SkipInvalidConfigurations=true")
.Should()
.Pass();