Update templates & engine, rename --skip-restore to --no-restore
This commit is contained in:
parent
0d57d7169f
commit
fc77d7e152
15 changed files with 22 additions and 22 deletions
|
@ -144,7 +144,7 @@ namespace Microsoft.DotNet.Cli.Run.Tests
|
|||
string dir = "pkgs";
|
||||
string args = $"--packages {dir}";
|
||||
|
||||
string newArgs = $"console -o \"{rootPath}\" --skip-restore";
|
||||
string newArgs = $"console -o \"{rootPath}\" --no-restore";
|
||||
new NewCommandShim()
|
||||
.WithWorkingDirectory(rootPath)
|
||||
.Execute(newArgs)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue