Addressing code review comments.

This commit is contained in:
Livar Cunha 2016-09-27 16:29:56 -07:00
parent c04f7a0cd0
commit 715f1f6a10
5 changed files with 8 additions and 7 deletions

View file

@ -33,6 +33,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
.Should()
.Pass();
//TODO: https://github.com/dotnet/sdk/issues/187 - remove framework from below.
new Run3Command()
.WithWorkingDirectory(projectDirectory)
.ExecuteWithCapturedOutput("--framework netcoreapp1.0")