Add comments of alternative mapping solution

This commit is contained in:
Ethan Chiu
2020-06-11 10:46:36 -04:00
parent 65287fb0f0
commit 4cb06b9edb

View File

@@ -365,6 +365,11 @@ namespace GitHub.Runner.Worker
case "steps":
stepsToken = run.Value.AssertMapping("steps");
// Maybe insert a for loop here instead since MappingToken is not supposed to be used in HandlerFactory.cs
// var steps = run.Value.AssertMapping("steps");
// foreach (var s in steps) {
// // Create list of steps
// //
// }
break;
default:
Trace.Info($"Ignore run property {runsKey}.");