Update template engine & template versions

This commit is contained in:
Mike Lorbetske 2017-04-05 13:50:12 -07:00
parent 3d4a6ed72a
commit 379dd5c9e0
19 changed files with 26 additions and 26 deletions

View file

@ -56,7 +56,7 @@ Options:
try
{
string args = $"classlib -o \"{projDir.Path}\" --debug:ephemeral-hive";
string args = $"classlib -o \"{projDir.Path}\" --debug:ephemeral-hive --skip-restore";
new NewCommandShim()
.WithWorkingDirectory(projDir.Path)
.ExecuteWithCapturedOutput(args)