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