/// <summary> /// Determines the output to the console. Can be either 'json' or 'buildserver', will default to 'json'. /// </summary> /// <param name="output"></param> /// <returns></returns> public GitVersionTask Output(GitVersionOutput output) { WithArguments("/output", output.ToString().ToLower()); return(this); }
public GitVersionTask Output(GitVersionOutput output) { WithArgumentsKeyFromAttribute(output.ToString().ToLower()); return(this); }