If I use it manually on the build server (Windows Server 2008 R2), everything works.
But if I try to use it as a part of the Bamboo build plan, I have the error:
The SonarQube MSBuild integration failed: SonarQube was unable to collect the required information about your projects.
Possible causes:
1. The project has not been built - the project must be built in between the begin and end steps
2. An unsupported version of MSBuild has been used to build the project. Currently MSBuild 14.0 upwards are supported
3. The begin, build or end steps have not all been launched from the same folder
11:18:19.107 Post-processing failed. Exit code: 1
Does anyone run it successfully?