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 "Build"
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 7: Package Build

In the previous post, we discussed the benefits of including automated unit tests in to your project, as well as how to add them. In this post, I will discuss the purpose of creating a package of your solution, as well as going through the steps...

Read More
In DevOps, DevOps for Your Organization

DevOps for your Organization – Part 6: Automated Unit Tests

In our previous post, we covered what branch policies are, how to create them, and how they can improve your team's development experience. The next step in your DevOps process is to add automated unit tests to your continuous integration builds. By including automated unit tests,...

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 4: Creating a Build

In the previous post, we created a sample ASP.NET Core web application and published it to Azure DevOps. In this post, I will be going through the steps for creating a a simple YAML build process for the project that we've checked in. This will be...

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