Comments Off on Implement feature branching in Azure DevOps
This post provides an example of how feature branching can be used to allow a developer to apply their work item changes to a develop branch (following the Gitflow
Comments Off on Using Solution Packager in a shared developer environment
Introduction Consider the situation where multiple developers are working on one solution in a shared development environment. When a developer is finished making their changes to the solution (e.g.
Comments Off on An Azure DevOps release pipeline to deploy a Dynamics 365 based solution
Overview In the post An Azure pipeline to build a Dynamics 365 based solution the artifacts displayed in Figure 1 were produced. This post illustrates these artifacts being successfully deployed to a
Comments Off on An Azure DevOps pipeline to build a Dynamics 365 based solution
Overview The post describes, at a high level, how to do the following using an Azure pipeline Running the pipeline The pipeline (i.e. pipeline-build-products-contoso.yml) is triggered either manually