Remove native compilation, add multiple project files and globbing

This commit is contained in:
Pavel Krymets 2016-04-19 19:14:59 -07:00
parent 3e5b68dc43
commit 3472aee5c9
28 changed files with 493 additions and 490 deletions

View file

@ -34,7 +34,7 @@ namespace Microsoft.DotNet.Tools.Builder.Tests
.ExecuteWithCapturedOutput();
result.Should().Fail();
result.Should().HaveStdErrContaining("Project does not support framework: Silverlight,Version=v4.0.");
result.Should().HaveStdErrMatching("Project '.*?' does not support framework: Silverlight,Version=v4\\.0\\.");
}
[Fact]