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
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
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