Hi,
I'm trying to "chain" deploys in that if the DEV deploy goes green (is successful) it should then deploy to PROD.
However! We have a designated "deploy window" for PROD, meaning that we can only deploy during certian times of the day. Therefore we made use of the "scheduled" deploy functionality.
This worked, until one day we found that the PROD deploy project, deployed a version which had passed the "build", but failed the "DEV deploy" stage.
It seems that this is due to Deployment Projects only being able to download artifacts/releases from the Build project, if they're run on a schedule.
Is there any way to specify "Deploy to PROD at 2am daily the last successful release deployed to DEV"?