Update templates & engine, rename --skip-restore to --no-restore

This commit is contained in:
Mike Lorbetske 2017-04-10 20:00:17 -07:00
parent 0d57d7169f
commit fc77d7e152
15 changed files with 22 additions and 22 deletions

View file

@ -19,7 +19,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
{
string projectDirectory = directory.Path;
string newArgs = "console -f netcoreapp2.0 --debug:ephemeral-hive --skip-restore";
string newArgs = "console -f netcoreapp2.0 --debug:ephemeral-hive --no-restore";
new NewCommandShim()
.WithWorkingDirectory(projectDirectory)
.Execute(newArgs)