Category "azure-devops-pipelines"

Incoming webhook trigger for Azure Devops pipeline : "Cannot find webhook for the given webHookId"

I try to setup a incoming webhook in a project to trigger a yaml pipeline. Setup service connection with incoming webhook. Added yaml snippet to pipeline like t

Azure Devops Get a repositoryId by using repository name

I am writing a BASH script, where its creating an azure repo and then pushing code. post this step it will go-ahead and create an azure pipeline via azure-pipel

Error in release pipeline : Container path not found

I searched in several forums and everyone suggested to add below line in the yaml. - task: PublishBuildArtifacts@1 In my case, i am using the classic editor as