5 references to No
Microsoft.TemplateEngine.Cli (1)
PostActionDispatcher.cs (1)
125
if (canRunScripts == AllowRunScripts.
No
)
Microsoft.TemplateEngine.Cli.UnitTests (4)
ParserTests\InstantiateTests.cs (2)
564
[InlineData("foo --allow-scripts no", AllowRunScripts.
No
)]
565
[InlineData("foo --allow-scripts NO", AllowRunScripts.
No
)]
PostActionDispatcherTests.cs (2)
344
var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.
No
);
444
result = dispatcher.Process(templateCreationResult, isDryRun: true, AllowRunScripts.
No
);