6 references to Success
Microsoft.TemplateEngine.Cli (6)
PostActionDispatcher.cs (5)
65/// Note that if <see cref="IPostAction.ContinueOnError"/> is set to true, the result will be <see cref="PostActionExecutionStatus.Success"/> even if the post action fails. 93return PostActionExecutionStatus.Success; 96PostActionExecutionStatus result = PostActionExecutionStatus.Success; 159if (result != PostActionExecutionStatus.Success) 224return PostActionExecutionStatus.Success;
TemplateInvoker.cs (1)
318PostActionExecutionStatus.Success => NewCommandStatus.Success,