Update test to pass --no-restore to templates
This commit is contained in:
parent
5aec446657
commit
ea467db3af
13 changed files with 20 additions and 18 deletions
|
@ -68,7 +68,7 @@ Commands:
|
|||
|
||||
try
|
||||
{
|
||||
string args = $"classlib -o \"{projDir.Path}\" --debug:ephemeral-hive";
|
||||
string args = $"classlib -o \"{projDir.Path}\" --debug:ephemeral-hive --no-restore";
|
||||
new NewCommandShim()
|
||||
.WithWorkingDirectory(projDir.Path)
|
||||
.ExecuteWithCapturedOutput(args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue