From 22e46327f82ce52a8c8a5dfeffc01db573920308 Mon Sep 17 00:00:00 2001 From: unaihuete93 <64772417+unaihuete93@users.noreply.github.com> Date: Wed, 9 Jun 2021 17:11:45 +0200 Subject: [PATCH] Create pull request checkbox missing Create pull request checkbox only appears when modifying branch name --- ...0_Managing_technical_debt_with_SonarQube_and_Azure_DevOps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/AZ400_M20_Managing_technical_debt_with_SonarQube_and_Azure_DevOps.md b/Instructions/Labs/AZ400_M20_Managing_technical_debt_with_SonarQube_and_Azure_DevOps.md index df1835536..5352e5c6d 100644 --- a/Instructions/Labs/AZ400_M20_Managing_technical_debt_with_SonarQube_and_Azure_DevOps.md +++ b/Instructions/Labs/AZ400_M20_Managing_technical_debt_with_SonarQube_and_Azure_DevOps.md @@ -382,7 +382,7 @@ In this task, you will validate pull request integration between Azure DevOps an } ``` -1. On the **Program.cs** pane, enable the **Create a pull request** checkbox and click **Commit**. +1. On the **Program.cs** pane, click **Commit**. 1. On the **Commit** pane, in the **Branch name** textbox, type **branch1**, select the **Create a pull request** checkbox, and click **Commit**. 1. In the Azure DevOps portal, in the vertical menu bar on the left side, in the **Repos** section, click **Pull requests**. 1. On the **Overview** tab of the **Updated Program.cs** pane, monitor the progress of the build process to its completion.