Update test to pass --no-restore to templates

This commit is contained in:
Mike Lorbetske 2017-07-10 15:57:30 -07:00
parent 5aec446657
commit ea467db3af
13 changed files with 20 additions and 18 deletions

View file

@ -65,7 +65,7 @@ Commands:
try
{
string newArgs = $"classlib -o \"{projDir.Path}\"";
string newArgs = $"classlib -o \"{projDir.Path}\" --no-restore";
new NewCommandShim()
.WithWorkingDirectory(projDir.Path)
.ExecuteWithCapturedOutput(newArgs)