Composite Action Run Steps

This commit is contained in:
Ethan Chiu
2020-06-18 09:48:18 -04:00
parent 5815819f24
commit 038e5e2c2e
11 changed files with 661 additions and 16 deletions

View File

@@ -94,5 +94,12 @@ namespace GitHub.DistributedTask.Pipelines
public static readonly String Resources = "resources";
public static readonly String All = "all";
}
public static class ScriptStepInputs
{
public static readonly String Script = "script";
public static readonly String WorkingDirectory = "workingDirectory";
public static readonly String Shell = "shell";
}
}
}