Skip to content
This repository was archived by the owner on Jan 21, 2026. It is now read-only.

Commit a9602f7

Browse files
authored
Merge pull request #164 from MOC-Labs-Review/MOC-Labs-Review-patch-13
Update AZ400_M20_Managing_technical_debt_with_SonarQube_and_Azure_Dev…
2 parents 71a5fa9 + 0b70d7f commit a9602f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Instructions/Labs/AZ400_M20_Managing_technical_debt_with_SonarQube_and_Azure_DevOps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ In this task, you will install and configure the SonarCloud Azure DevOps extensi
109109
1. In the web browser window, navigate to the **SonarCloud home page** [https://sonarcloud.io/](https://sonarcloud.io/).
110110
1. On the SonarCloud home page, click **Log in**.
111111
1. On the **Log in or Sign up to SonarCloud**, click **With Azure DevOps**.
112-
1. When prompted whether to **Let this app access your info?**, click **Yes**.
112+
1. When prompted whether to **Let this app access your info?**, click **Yes**. If prompted, select **Consent of behalf of your organization** and **Accept**.
113113

114114
> **Note**: In SonarCloud, you will create an organization and, within it, a new project. The organization and project you set up in SonarCloud will mirror the organization and project that you set up in Azure DevOps.
115115
@@ -234,7 +234,7 @@ In this task, you will create a pipeline by using the YAML editor.
234234
235235
> **Note**: The YAML pipeline needs to be modified by following the remaining steps in this task.
236236
237-
1. In the **NuggetCommand@2** task, replace `restoreSolution: 'SomeConsoleApplication.sln'` with `restoreSolution: '**\SomeConsoleApplication.sln'` to account for the fact that our solution is not located in the root of the repo.
237+
1. In the **NuGetCommand@2** task, replace `restoreSolution: 'SomeConsoleApplication.sln'` with `restoreSolution: '**\SomeConsoleApplication.sln'` to account for the fact that our solution is not located in the root of the repo.
238238
1. In the **VSBuild@1** task, replace `solution: 'SomeConsoleApplication.sln'` with `solution: '**\SomeConsoleApplication.sln'` to account for the fact that our solution is not located in the root of the repo.
239239
1. In the **SonarCloudPrepare@1** task, replace the value of the `myorga` placeholder in the `organization: 'myorga'` entry with the name of your SonarCloud organization.
240240
1. In the **SonarCloudPrepare@1** task, replace the value of the `dotnet-framework-on-azdo` placeholder in the `projectKey: 'dotnet-framework-on-azdo'` entry with the name of your SonarCloud project key.

0 commit comments

Comments
 (0)