Update engine version, fix test

This commit is contained in:
Mike Lorbetske 2017-03-27 23:46:40 -07:00
parent 19f89a2f73
commit 4c2435eeb9
2 changed files with 4 additions and 4 deletions

View file

@ -83,7 +83,7 @@ namespace Microsoft.DotNet.New.Tests
new NewCommand()
.WithWorkingDirectory(rootPath)
.Execute($"{type} --name {projectName} -o .")
.Execute($"{type} --name {projectName} -o . --debug:ephemeral-hive")
.Should().Pass();
new RestoreCommand()