【发布时间】:2021-06-17 17:18:41
【问题描述】:
我只是想知道为什么我们必须在 Azure DevOps 中执行 SonarQube 代码分析之前先构建 (MSBuild) 项目? 如果我们不先构建项目,它会抛出类似
的错误Post-processing started.
##[error]11:17:23.752 The SonarScanner for 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 ste
这对于集成 SQ 是强制性的吗?有没有办法绕过这个,我的意思是我只想运行代码分析。
【问题讨论】:
标签: sonarqube