Here’s the situation.
-
We use classic pipelines for auditing reasons. We are not allowed to use YAML.
-
We have multiple Lines of Business (LOB’s). Each LOB is a member of a different Azure Project within the Organization. Each has it’s own Repo.
-
I’ve written some generic scripts which pull in text files specific to each LOB when they run.
-
I would like to Sync the scripts BUT NOT the text files as they again are specific to the LOB. I cannot have the text files overwritten.
I am concerned that if I do not find a way to do this we will end up in a situation with various versions of the scripts running against the different lines of business. The Tasks I see in Azure seem to all sync the entire repo and not specific files. I’d like to be able to add a filter such as *.ps1 so that it only syncs the scripts.
I would like to be able to run a release pipeline that deploys the updated scripts to the different repos within the other Projects. I would like it to do this without also deploying (and overwriting) the text files.