We are trying to run the code Analyze scan via azure pipelines on a Swift Xcode project, we have a lot of issues trying to find the correct documentation and orientation on how to do it.
We are trying this tasks, but its not working at all:
# after SonarQubePrepare@5
# Run Code Analysis task
- task: SonarQubeAnalyze@5
# Publish Quality Gate Result task
- task: SonarQubePublish@5
inputs:
pollingTimeoutSec: '300'
How can we make the sonarQube scan on our Azure Pipelines jobs and send it ?
We are using SonarQube Enterprise Edition Version 10.1.