8 references to Yes
Microsoft.TemplateEngine.Cli (1)
PostActionDispatcher.cs (1)
135
else 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)
187
var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.
Yes
);
228
var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.
Yes
);
276
var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.
Yes
);
312
var result = dispatcher.Process(templateCreationResult, isDryRun: false, AllowRunScripts.
Yes
);
442
result = dispatcher.Process(templateCreationResult, isDryRun: true, AllowRunScripts.
Yes
);