tfsmsbuildsonar-runnersonarqube-msbuild-runner

specify the working directory for msbuild


is it possible to specify the working directory for MsBuild?

Currently, we experience when we build a Solution with MsBuild the working directory is always the directory where the solution is placed, but we want to have a generic working directory specily when we build more than one solution.

We need this functionality because the SonarQube MsBuild Scanner needs to be run in the same directory where the compile and build for MsBuild is executed.

Cheers


Solution

  • The problem was solved using the Tfs Plugin for sonarqube