Add /p:SkipInvalidConfigurations=true to fix the test
This commit is contained in:
parent
469f7be5c3
commit
b32aedde5a
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ namespace Microsoft.DotNet.Cli.Run3.Tests
|
|||
|
||||
new Restore3Command()
|
||||
.WithWorkingDirectory(testProjectDirectory)
|
||||
.Execute()
|
||||
.Execute("/p:SkipInvalidConfigurations=true")
|
||||
.Should()
|
||||
.Pass();
|
||||
|
||||
|
|
Loading…
Reference in a new issue