First attempt at creating baseline code for composite actions

This commit is contained in:
Ethan Chiu
2020-06-10 17:50:14 -04:00
parent 5815819f24
commit e2bb8d9e24
7 changed files with 109 additions and 1 deletions

View File

@@ -63,6 +63,7 @@ namespace GitHub.Runner.Worker
jobContext.InitializeJob(message, jobRequestCancellationToken);
Trace.Info("Starting the job execution context.");
jobContext.Start();
// User will see this message too
jobContext.Debug($"Starting: {message.JobDisplayName}");
runnerShutdownRegistration = HostContext.RunnerShutdownToken.Register(() =>