publish, cache, text fixes; rename ForwardAs and introduce ForwardAsMany
This commit is contained in:
parent
8aa702dc97
commit
973021b214
15 changed files with 72 additions and 63 deletions
|
@ -58,7 +58,7 @@ Options:
|
|||
.Execute("proj.csproj");
|
||||
cmd.ExitCode.Should().NotBe(0);
|
||||
cmd.StdErr.Should().BeVisuallyEquivalentTo(
|
||||
"Unrecognized command or argument 'one'\r\nUnrecognized command or argument 'two'\r\nUnrecognized command or argument 'three'");
|
||||
"Unrecognized command or argument 'two'\r\nUnrecognized command or argument 'three'");
|
||||
}
|
||||
|
||||
[Theory]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue