notes on todo tasks for refactoring to support different types of steps

This commit is contained in:
Ethan Chiu
2020-07-10 13:51:36 -04:00
parent 9d7bd4706b
commit 747addfca6
3 changed files with 6 additions and 0 deletions
@@ -159,6 +159,7 @@ namespace GitHub.DistributedTask.Pipelines.ObjectTemplating
return result;
}
// Change to return a variety of steps.
public List<ActionStep> LoadCompositeSteps(
TemplateToken token)
{