Tag: azure
-
Using Azure pipelines for concurrent feature branch test deployments
I have been asked to look at creating a Continuous Integration setup whereby our dev team can create feature branches for a client website and have commits to those branches result in that branch being deployed to a Windows Server as it’s own .net website. Each branch requires its own website as clients want to…