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