Update engine version, fix test
This commit is contained in:
parent
19f89a2f73
commit
4c2435eeb9
2 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue