Revert "Uploading step logs to Results as well (#2422)" (#2437)

This reverts commit e979331be4.
This commit is contained in:
Yang Cao
2023-02-15 11:21:32 -05:00
committed by GitHub
parent 8d6972e38b
commit 8c096baf49
7 changed files with 49 additions and 346 deletions

View File

@@ -100,7 +100,6 @@ namespace GitHub.DistributedTask.WebApi
public static readonly String Summary = "DistributedTask.Core.Summary";
public static readonly String FileAttachment = "DistributedTask.Core.FileAttachment";
public static readonly String DiagnosticLog = "DistributedTask.Core.DiagnosticLog";
public static readonly String ResultsLog = "Results.Core.Log";
}
[GenerateAllConstants]