Merge pull request #6997 from nguerrera/loc-compilers

Add F# and Roslyn satellites
This commit is contained in:
Nick Guerrera 2017-06-26 11:10:49 -07:00 committed by GitHub
commit b8a2ce4e8c
8 changed files with 9 additions and 5 deletions

View file

@ -87,7 +87,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
.WithWorkingDirectory(testProjectDirectory)
.ExecuteWithCapturedOutput("--no-restore")
.Should().Fail()
.And.HaveStdOutContaining("project.assets.json' not found.");;
.And.HaveStdOutContaining("project.assets.json");
}
[Fact]