3 references to ContinueOnError
Microsoft.TemplateEngine.Cli (3)
PostActionDispatcher.cs (3)
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. 66/// If the user cancelled post action with <see cref="IPostAction.ContinueOnError"/> set to true, the result will be <see cref="PostActionExecutionStatus.Cancelled"></see> anyway.<br /> 161if (action.ContinueOnError)