do not trucate error message from template evaluation (#1038)

This commit is contained in:
eric sciple
2021-04-06 15:45:40 -05:00
committed by GitHub
parent be9632302c
commit d14881b970
3 changed files with 6 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ namespace GitHub.DistributedTask.Pipelines.ObjectTemplating
/// <summary>
/// Gets the maximum error message length before the message will be truncated.
/// </summary>
public Int32 MaxErrorMessageLength => 500;
public Int32 MaxErrorMessageLength { get; set; } = 500;
/// <summary>
/// Gets the maximum number of errors that can be recorded when parsing a pipeline.