publish, cache, text fixes; rename ForwardAs and introduce ForwardAsMany

This commit is contained in:
jonsequitur 2017-03-16 13:22:08 -07:00
parent 8aa702dc97
commit 973021b214
15 changed files with 72 additions and 63 deletions

View file

@ -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]