I have a deployment pipeline that should run when the build pipeline completes. Here's the yaml:
resources:
pipelines:
- pipeline: BuildPipeline
source: buildpipelinename
trigger: true
I have set the Default branch for manual and scheduled builds
for both the source (build) and triggered (deploy) pipelines to the correct branch, and the build pipeline creates an artifact. If I run the deployment pipeline manually, the latest build artifacts download as expected - the problem is only the trigger. This used to work and I don't know what changed. I have reverted my changes to the entire file since the last successful automatic deployment and deleted all other branches from my repo with no luck. Any help would be appreciated!
Microsoft addressed this bug with this fix