Carry out the following steps in the Azure DevOps portal to deploy a build to the production environment:
- Here, we are going to add a stage for the production deployment. So, let's go back to the visual diagram, hover over the Staging card, and click on the Clone option:
- Let's click on the stage we have just created and call it Production:
- Click on the tasks for the Production stage. The last two tasks can be removed because we don't need to run any tests. To remove a task, click on it and click the Remove option. ...