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