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