Turns out I had missed one code review comment. Fixing the string validation for one of the tests.

This commit is contained in:
Livar Cunha 2016-11-23 12:56:37 -08:00
parent 99f30b3ea8
commit 9e9d7f1d52

View file

@ -306,7 +306,7 @@ namespace Microsoft.DotNet.Tests
result.Should().NotBeNull();
result.Args.Should().NotContain("-fx-version");
result.Args.Should().NotContain("--fx-version");
}
private ProjectToolsCommandResolver SetupProjectToolsCommandResolver()