LogoLogoLogoLogoLogo
  • Home
  • Services
  • Products
    • DevOps for Dynamics 365
  • Our Team
  • Contact Us
  • Blog
  • Home
  • Services
  • Products
    • DevOps for Dynamics 365
  • Our Team
  • Contact Us
  • Blog
Code Vanguard / Posts tagged "git"
In DevOps, DevOps for Your Organization

Opening a pull request from an Azure Pipeline

As we have mentioned before, part of keeping your main trunk clean is to protect it from unreviewed commits to it. This is done by requiring pull requests to merge changes into your protected branches. One of the main challenges we have seen to that...

Read More
In DevOps, DevOps for Your Organization

DevOps for your Organization – Part 8: Deploy to Test

In the previous post, we demonstrated how to package up your project and publish artifacts as part of a build process. In this post, we will be: Creating a test environment in AzureConnecting that test environment to Azure DevOpsDeploying our site to the test environment This will be...

Read More
In DevOps, DevOps for Your Organization

DevOps for your Organization – Part 5: Branch Policies

In the previous post, we created a basic build process for our demo project. In this post, I will be going through the steps for setting up a branch policies in Azure DevOps. By the end of this post, you will understand: What are branch...

Read More
In DevOps, DevOps for Your Organization

DevOps for your Organization – Part 3: Creating Your Demo Project

In the previous post, we set up and connected to an Azure DevOps git repository. In this post, I will be going through the steps for creating a sample application and committing it to our git repository. By the end of this post, we...

Read More
In DevOps, DevOps for Your Organization

DevOps for your Organization – Part 2: Creating Your Repository

In our previous post, we covered Code Vanguard's DevOps process and reviewed the immediate and long-term benefits that we have seen with our clients. In this post, we will be going through the steps for setting up and connecting to an Azure DevOps git repository....

Read More
In DevOps, DevOps for Your Organization

DevOps for your Organization – Part 1: Overview

For all of our clients here at Code Vanguard, the first thing we do when starting a new project is to build out an automated build and release pipeline. We found that this minimum DevOps implementation has had a measurable effect on our productivity. And...

Read More