Updating tests to reflect msbuild projects running without project.json.

This commit is contained in:
Livar Cunha 2016-09-27 15:38:59 -07:00
parent 2bbef9328b
commit c41b35f06f
5 changed files with 12 additions and 9 deletions

View file

@ -21,7 +21,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
.Should()
.Pass();
new RestoreCommand()
new Restore3Command()
.WithWorkingDirectory(projectDirectory)
.Execute()
.Should()
@ -35,7 +35,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
new Run3Command()
.WithWorkingDirectory(projectDirectory)
.ExecuteWithCapturedOutput()
.ExecuteWithCapturedOutput("--framework netcoreapp1.0")
.Should()
.Pass()
.And