SonarQube TFS 2015 快速集成

SonarQube TFS 2015 express Integration

我关注SonarQube documentation

但是对于 TFS2015 express,我看不到构建步骤 "SonarQube for MSBuild"。这是要安装到 TFS Express 中的一些插件吗?或者该功能不允许用于 Express 版本?

此构建步骤是使用 TFS 2015 update1 的 RTM。详情请参考Team Foundation Server 2015 Update 1

SonarQube build tasks that embed the sonar-msbuild-runner 1.0 work with on-premises and hosted agents. You can now use two build tasks to execute a SonarQube analysis in conjunction with MSBuild. Before the build steps that execute the actual MSBuild, insert a SonarQube for MSBuild - Begin Analysis task to specify the SonarQube project parameters, the connection to the SonarQube server, and (until SonarQube 5.2 is available) the connection to the SonarQube database. After the build and any test tasks, append a SonarQube for MSBuild - End Analysis task to complete the analysis and send the data to SonarQube.

因此,该功能也不在 TFS Express 2015 中。目前没有 TFS Express 2015 upade1。如果您想使用此功能,您可能必须使用 TFS2015 update1VS Team Service.