Given this scenario:
- Project A, an app release
- Project B, a powershell script
When Project A deploys to production, I want to “Deploy a Release” for Project B. However, this is failing because it seems to be looking for a release number that matches Project A that just got deployed. Since Project B is just a script, I need this instead to either (a) create a release in Project B or (b) use the latest release in Project B. Is there a way to accomplish this? Obviously a setting for this (a) or (b) in “Deploy a Release” would be ideal.
FYI, I don’t want Project B’s powershell script to be a step in Project A because it also gets deployed (ie script run) on a schedule.