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

@@ -60,6 +60,7 @@ namespace GitHub.Runner.Worker
{
// Create the job execution context.
jobContext = HostContext.CreateService<IExecutionContext>();
// HERE
jobContext.InitializeJob(message, jobRequestCancellationToken);
Trace.Info("Starting the job execution context.");
jobContext.Start();