azure devops

  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...
  2. D

    Project bundle identifier does not match specified provisioning profile

    For our Xamarin.Forms mobile app, after upgrading to iOS 15, I created a new certificate and provisioning profile. Build in Azure DevOps failed with the following error: I changed the bundle identifier in Info.plist to the same guid as in the provisioning profile. But build failed again with...
Back
Top Bottom