Category "azure-devops-pipelines"

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