Может кто подскажет по настройке сонара под .нет (asp). Получаю на шаге end ошибку:
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 and 15.0 are supported
3. The begin, build and end steps have not all been launched from the same folder
4. None of the analyzed projects have a valid ProjectGuid and you have not used a solution (.sln)
проект на предыдущем шаге сбилдился, вижу в логе Build succeeded. 0 Warning(s) 0 Error(s)
мсбилд используется 15
3 пункт тоже отпадает, т.к. пробовал и плагиновским шагом (который тянет путь в мсбилду автоматически), а потом и захардкоженным путём, т.е. пути одинаковые.
у проекта есть GUID и sln
может кто сталкивался ? гугл водит кругами. Пре-процессинг на begin шаге закончился успешно.