Merge pull request #2980 from eerhardt/FixTestCommandErrors
dotnet test and publish failing badly when the project isn't restored.
This commit is contained in:
commit
8013398def
18 changed files with 168 additions and 42 deletions
|
@ -188,7 +188,7 @@ namespace Microsoft.DotNet.Tests
|
|||
{
|
||||
CommandResult result = new HelloCommand().ExecuteWithCapturedOutput();
|
||||
|
||||
result.StdOut.Should().Contain("No executable found matching command");
|
||||
result.StdErr.Should().Contain("No executable found matching command");
|
||||
result.Should().Fail();
|
||||
}
|
||||
finally
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue