Fix dotnet run3 --project to pass the project to msbuild.

Also update Microsoft.NET.Sdk to 1.0.0-alpha-20161026-2 since this has the corresponding fix needed for https://github.com/dotnet/sdk/issues/301.
This commit is contained in:
Eric Erhardt 2016-10-26 00:04:40 -05:00
parent 4a30335540
commit 33ec55aee3
14 changed files with 74 additions and 18 deletions

View file

@ -39,10 +39,9 @@ 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")
.ExecuteWithCapturedOutput()
.Should()
.Pass()
.And