Update engine and templates, update to SetupCrossgen 224 - Coherence 25975

This commit is contained in:
Mike Lorbetske 2017-06-29 10:16:02 -07:00
parent 3a3825dfa4
commit d8087d35d4
15 changed files with 26 additions and 29 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 --no-restore";
string newArgs = "console -f netcoreapp2.0 --debug:ephemeral-hive";
new NewCommandShim()
.WithWorkingDirectory(projectDirectory)
.Execute(newArgs)