Azure pipeline in swift projects

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    9.9 LTS

Hi, i am needing a help

To use sonarqube in Swift (IOS) projects in my azure pipeline, the agent must be Mac-OS or I can use the Linux agent?

You can use any agent, but keep in mind that if you want to compile your code or run tests, you’ll probably need to be on a macos agent.

Thank u @Colin

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.