1 implementation of WithCommand
Microsoft.DotNet.Helix.JobSender (1)
WorkItemDefinition.cs (1)
32
public IWorkItemDefinitionWithPayload
WithCommand
(string command)
2 references to WithCommand
Microsoft.DotNet.Helix.Sdk (2)
SendHelixJob.cs (2)
352
wiWithPayload = def.DefineWorkItem(name).
WithCommand
(commands[0]);
360
wiWithPayload = def.DefineWorkItem(name).
WithCommand
(helixCorrelationPayload + commandFile);