2 references to DetectRepoRoot
Microsoft.TemplateEngine.Cli (2)
PostActionProcessors\AddJsonPropertyPostActionProcessor.cs (2)
92
if (!bool.TryParse(action.Args.GetValueOrDefault(
DetectRepoRoot
, "false"), out bool detectRepoRoot))
94
Reporter.Error.WriteLine(string.Format(LocalizableStrings.PostAction_ModifyJson_Error_ArgumentNotBoolean,
DetectRepoRoot
));