Composite Actions (#1170)

Composite Actions Refactoring
This commit is contained in:
Thomas Boop
2021-07-01 13:34:28 -04:00
committed by GitHub
parent ee34f4842e
commit 7c90b2a929
6 changed files with 347 additions and 1932 deletions

View File

@@ -41,6 +41,8 @@ namespace GitHub.Runner.Common
public static string PluginTracePrefix = "##[plugin.trace]";
public static readonly int RunnerDownloadRetryMaxAttempts = 3;
public static readonly int CompositeActionsMaxDepth = 9;
// This enum is embedded within the Constants class to make it easier to reference and avoid
// ambiguous type reference with System.Runtime.InteropServices.OSPlatform and System.Runtime.InteropServices.Architecture
public enum OSPlatform