Placeholder for template update
This commit is contained in:
parent
b7692237d1
commit
e145ca88e4
7 changed files with 14 additions and 12 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue