Trigger several releases from the same build

Francesco Ghigo 20 Reputation points
2024-04-03T07:56:12.59+00:00

I'm working with Azure DevOps CI/CD.

In the build, I managed to extract which Logic Apps were modified and save the list in a .txt that I added to the artifact.

I'd like to trigger several releases based on the entries of this list, i.e. a new release for each Logic App that was modified. Can that be done ? If yes, should I:

  • do that in the build and trigger the releases from there
  • do that in the release and trigger deployments there

Aside from helping me take the right decision, any further help in how to actually write the loop for triggering the releases would be great help :)

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,149 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ManoharLakkoju 690 Reputation points Microsoft Vendor
    2024-04-03T09:57:15.2+00:00

    @Francesco Ghigo
    Welcome to Microsoft Q&A Platform, thanks for posting your query here. Azure DevOps related queries/issues are currently not supported on this Microsoft Q&A platform.

    I would request you to please post your queries in dedicated forums as in below links:

    https://developercommunity.visualstudio.com/spaces/21/index.html

    https://developercommunity.visualstudio.com/t/get-unique-id-from-devops-organization/756710

    https://stackoverflow.com/questions/tagged/azure-devops

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.