Install the SonarQube extension in Azure DevOps.?
Short answer: dd SonarQube tasks to your build pipeline: task: SonarQubePrepare@5 inputs: SonarQube: 'MySonarServiceConnection' scannerMode: 'MSBuild' projectKey: 'MyProject' projectName: 'MyApp' script: dotnet build task: SonarQubeAnalyze@5 task: SonarQubePublish@5 inputs: pollingTimeoutSec: '300'
Real-world example (ShopNest)
Azure DevOps holds ShopNest repos, boards, and release pipelines in one place so build + deploy stay repeatable.
Say this in the interview
- Define — one clear sentence (the short answer above).
- Example — relate it to a project like ShopNest or your real work.
- Trade-off — when you would not use it.
Share this Q&A
Share preview image: https://www.toolliyo.com/images/toolliyo-logo.png