visual studio services api

  1. destro

    Question How can we schedule a pipeline for a later time using Azure Devops .net sdk services in our c# web api?

    Hello, I am working with Microsoft.VisualStudio.Services.WebApi & Microsoft.TeamFoundation.Build.WebApi. I can trigger pipeline using buildClient.QueueBuildAsync(build).Wait(); but unable to find a way to schedule a pipeline for a later time. Can you please point us in the right direction...
Back
Top Bottom