This Azure DevOps extension automates the verification and creation of projects in SonarCloud. It ensures your CI/CD pipelines run smoothly by pre-configuring projects, Quality Gates, and New Code definitions before the analysis begins. This extension is designed to help with SonarCloud by providing a helper task. It's not an official SonarSource extension.
🚀 Why use this task?
Standard SonarCloud analysis often relies on projects being manually created or using default settings. This task provides:
Auto-Provisioning: Creates the project if it doesn't exist.
Standardization: Automatically applies the correct Quality Gate and "New Code" definition.
Smart Verification: Can be used just to check if a project exists without creating it.
🛠️ Recommended Usage
Place this task before the Prepare Analysis Configuration task from SonarSource. This ensures the environment is perfectly configured when the scanner starts.