I do C# project analysis with sonar-scanner-msbuild-2.2.0.24 from TeamCity. Two first steps (Begin and Compilation) are OK but I am facing following issue dureing the "end" step :
[11:41:25][Step 4/4] The SonarQube MSBuild integration failed: SonarQube was unable to collect the required information about your projects.
[11:41:25][Step 4/4] Possible causes:
[11:41:25][Step 4/4] 1. The project has not been built - the project must be built in between the begin and end steps
[11:41:25][Step 4/4] 2. An unsupported version of MSBuild has been used to build the project. Currently MSBuild 12.0 upwards are supported
[11:41:25][Step 4/4] 3. The begin, build or end steps have not all been launched from the same folder
[11:41:25][Step 4/4] Generation of the sonar-properties file failed. Unable to complete SonarQube analysis.
[11:41:25][Step 4/4] 11:41:25.899 Creating a summary markdown file...
[11:41:25][Step 4/4] 11:41:25.9 Post-processing failed. Exit code: 1
[11:41:25][Step 4/4] Process exited with code 0
[11:41:25]Publishing internal artifacts
Could you please advice ?
Thanks and Regards,
Ibra