Update template engine & template versions
This commit is contained in:
parent
3d4a6ed72a
commit
379dd5c9e0
19 changed files with 26 additions and 26 deletions
|
@ -144,7 +144,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
|
|||
string dir = "pkgs";
|
||||
string args = $"--packages {dir}";
|
||||
|
||||
string newArgs = $"console -o \"{rootPath}\"";
|
||||
string newArgs = $"console -o \"{rootPath}\" --skip-restore";
|
||||
new NewCommandShim()
|
||||
.WithWorkingDirectory(rootPath)
|
||||
.Execute(newArgs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue