dotnet-init --> dotnet new

Fixes issue #374
This commit is contained in:
piotrp 2015-12-03 02:16:52 -08:00 committed by PiotrP
parent 88806eb7de
commit 568eb3aae7
10 changed files with 10 additions and 10 deletions

View file

@ -115,7 +115,7 @@ namespace ConsoleApplication
Directory.SetCurrentDirectory(TestDirectory);
TestRunCommand("dotnet", "init");
TestRunCommand("dotnet", "new");
TestRunCommand("dotnet", "restore --quiet");
}