1 write to IsDryRun
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateCommandArgs.cs (1)
23
IsDryRun
= parseResult.GetValue(SharedOptions.DryRunOption);
4 references to IsDryRun
Microsoft.TemplateEngine.Cli (3)
TemplateInvoker.cs (3)
173
templateArgs.
IsDryRun
,
198
if (!templateArgs.
IsDryRun
)
312
PostActionExecutionStatus result = _postActionDispatcher.Process(creationResult, args.
IsDryRun
, args.AllowScripts ?? AllowRunScripts.Prompt);
Microsoft.TemplateEngine.Cli.UnitTests (1)
ParserTests\InstantiateTests.cs (1)
722
"dry-run" => (TemplateCommandArgs ta) => ta.
IsDryRun
,