5 references to Creator
Microsoft.DotNet.Helix.Sdk (5)
SendHelixJob.cs (5)
155if (string.IsNullOrEmpty(AccessToken) && string.IsNullOrEmpty(Creator)) 161if (!string.IsNullOrEmpty(AccessToken) && !string.IsNullOrEmpty(Creator)) 181if (!string.IsNullOrEmpty(Creator)) 183def = def.WithCreator(Creator); 184Log.LogMessage($"Setting creator to '{Creator}'");