-
Notifications
You must be signed in to change notification settings - Fork 396
Post Action Registry
Mike Lorbetske edited this page Apr 13, 2017
·
27 revisions
ID 210D431B-A78B-4D2F-B762-4ED3E3EA9025
Configuration (None)
Supported In dotnet new3 (1.0.0 or higher)
ID 3A7C4B45-1F5D-4A30-959A-51B88E82B5D2
Configuration There are two required properties that must be specified
executable (string) The executable to launch
args (string) The arguments to pass to the executable
Supported In dotnet new3 (2.0.0 or higher)
Notes The working directory for the launched executable is set to
the root of the output template content
ID 84C0DA21-51C8-4541-9940-6CA19AF04EE6
Configuration (TBD)
Supported In (None)
ID FEA7469E-E2E7-4431-B86B-27EBC1744883
Configuration (TBD)
Supported In (None)
ID B17581D1-C5C9-4489-8F0A-004BE667B814
Configuration referenceType (string) Either "package" or "project"
reference (string) The package ID or relative path of the project to add the reference to
projectFileExtensions (string, optional) A semicolon delimited list of literal file extensions
to use when searching for the project to add the reference to
version (string, required if referenceType="package") The version of the package to add a reference to
Supported In dotnet new3 (1.0.0 or higher)