Placeholder for template update

This commit is contained in:
Mike Lorbetske 2017-02-15 20:38:25 -08:00
parent b7692237d1
commit e145ca88e4
7 changed files with 14 additions and 12 deletions

View file

@ -26,8 +26,8 @@ namespace Microsoft.DotNet.Cli.Build
private static string[][] _templatesAndArgs = new string[][]
{
new string[] { "mvc", "-au Individual -f netcoreapp1.0" },
new string[] { "mvc", "-au Individual -f netcoreapp1.1" }
new string[] { "mvc", "-au Individual -f netcoreapp1.0 --no-tools" },
new string[] { "mvc", "-au Individual -f netcoreapp1.1 --no-tools" }
};
public override bool Execute()