8 references to Yes
Microsoft.TemplateEngine.Cli (1)
PostActionDispatcher.cs (1)
135else if (canRunScripts == AllowRunScripts.Yes)
Microsoft.TemplateEngine.Cli.UnitTests (7)
ParserTests\InstantiateTests.cs (2)
562[InlineData("foo --allow-scripts yes", AllowRunScripts.Yes)] 563[InlineData("foo --allow-scripts Yes", AllowRunScripts.Yes)]
PostActionDispatcherTests.cs (5)
187var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Yes); 228var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Yes); 276var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Yes); 312var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.Yes); 442result = dispatcher.Process(templateCreationResult, isDryRun: true, AllowRunScripts.Yes);