5 references to Creator
Microsoft.DotNet.Helix.Sdk (5)
SendHelixJob.cs (5)
167if (string.IsNullOrEmpty(AccessToken) && string.IsNullOrEmpty(Creator)) 173if (!string.IsNullOrEmpty(AccessToken) && !string.IsNullOrEmpty(Creator)) 193if (!string.IsNullOrEmpty(Creator)) 195def = def.WithCreator(Creator); 196Log.LogMessage($"Setting creator to '{Creator}'");