Can I write a code in yaml where i will be using folders from two different branch of same repository for publishing artifacts?

SANDEEP KUMAR 6 Reputation points
2021-09-25T05:07:54.437+00:00

My concern is, suppose I have a master branch with pre-post deployment powershell script and another branch adf_publish with json files. Now I want to write a code in yaml so that when i publish the artifacts i can see a drop having files from master branch and the other drop having files from adf_publish branch.

branch master - pre-post deployment script
adf_publish- templateparameters.json
template.json
Yaml pipeline - I want to publish artifact where 1 folder will contain folder from master branch and the other branch will contain folder from adf_publish branch.

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,603 questions
{count} votes

1 answer

Sort by: Most helpful
  1. MartinJaffer-MSFT 26,031 Reputation points
    2021-09-29T23:39:11.65+00:00

    Ahh, I was under the impression that publish only happens on one branch. I could be wrong. My area is Data Factory, not Dev Ops. This is more of a Dev-Ops ask than anything specific to Data Factory.
    I think you would get a better answer in Azure DevOps - Developer Community