Update templates & engine, rename --skip-restore to --no-restore
This commit is contained in:
parent
0d57d7169f
commit
fc77d7e152
15 changed files with 22 additions and 22 deletions
|
@ -195,7 +195,7 @@ Options:
|
|||
|
||||
try
|
||||
{
|
||||
string newArgs = $"classlib -o \"{dir.Path}\" --debug:ephemeral-hive --skip-restore";
|
||||
string newArgs = $"classlib -o \"{dir.Path}\" --debug:ephemeral-hive --no-restore";
|
||||
new NewCommandShim()
|
||||
.WithWorkingDirectory(dir.Path)
|
||||
.ExecuteWithCapturedOutput(newArgs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue