Closed tomaustin700 closed 5 years ago
Figured it out myself, here is an example:
var buildInstance = new Build
{
Definition = new DefinitionReference
{
Id = definition.Id
},
Project = definition.Project,
};
await buildConnection.QueueBuildAsync(buildInstance);
Call GetDefinitionsAsync or GetDefinitionAsync off the BuildHttpClient to get the definition.
Hi,
Are you able to give me an example showing how to queue a build definition?
Thanks.