问题
ADF git mode recommends publishing to Master branch(or a fix branch which usually is protected from check-ins). Since Master is usually protected from check-ins and only pull requests are allowed, how would the publish work?
回答1:
Master
branch is used to publish ADF to adf_publish
branch. In short, this process converts several json files into ARM-template json files stored in adf_publish
branch. Other working banches need to be merged into Master
branch and then be published together in Master
branch.
来源:https://stackoverflow.com/questions/65817567/when-adf-publish-branch-is-git-protected-how-to-publish