Add necessary files + add functionality to convert to ActionStep object

This commit is contained in:
Ethan Chiu
2020-06-11 17:54:24 -04:00
parent 4cb06b9edb
commit e601a3f4be
10 changed files with 525 additions and 213 deletions

View File

@@ -1286,7 +1286,7 @@ namespace GitHub.Runner.Worker
public override bool HasPre => false;
public override bool HasPost => false;
public MappingToken Steps {get; set;}
public List<Pipelines.Step> Steps {get; set;}
// public string Script { get; set; }