1 write to IsDryRun
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateCommandArgs.cs (1)
23
IsDryRun
= parseResult.GetValue(command.DryRunOption);
3 references to IsDryRun
Microsoft.TemplateEngine.Cli (3)
TemplateInvoker.cs (3)
175
templateArgs.
IsDryRun
,
200
if (!templateArgs.
IsDryRun
)
314
PostActionExecutionStatus result = _postActionDispatcher.Process(creationResult, args.
IsDryRun
, args.AllowScripts ?? AllowRunScripts.Prompt);