Hello everyone,
I am trying to integrate sonarcloud in an azure devops build pipeline.
The build pipeline is a YAML (only) build pipeline.
I have build a working setup in my personal environment with the visual editor.
With a YAML only build pipeline it is not possible to switch to the visual editor therefor I used the YAML code from the working setup to create the three agent jobs in the yaml only build pipeline.
When I start a build I get the messsage:
I would say I should use version 0 since this is the first installment of the sonarcloud jobs (tried @1 aswell as you can see in the screenshot) but whatever version I use it does not accept the version.
Does anyone have an idea what is going on here?