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