Updating tests to reflect msbuild projects running without project.json.
This commit is contained in:
parent
2bbef9328b
commit
c41b35f06f
5 changed files with 12 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue