Forum Discussion
gwolszczak
2 years agoFrequent Visitor
Git Integration - Parameters
Is it possible to bind the selected parameter values with a specific branch in git? I have the following setup: DEV Workspace - Dev Branch in Git project PROD Workspace - main Branch in Git ...
Jannematz
2 years agoFrequent Visitor
I can recommend to use the git integration in the dev workspace only and use deployment pipelines with their respecting parameter/data source rules to change the parameters/data sources inbetween stages.
To stay with your architecture: Maybe you can run a azure devops pipeline when there are changes to main to replace the connection strings?