Skip to content

Commit

Permalink
Change the name of the exe called by the jenkins plugin for the scann…
Browse files Browse the repository at this point in the history
…er for msbuild
  • Loading branch information
Amaury Levé committed Jun 4, 2018
1 parent 51eb5b9 commit c254174
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -43,7 +43,7 @@

public class MsBuildSQRunnerInstallation extends ToolInstallation implements EnvironmentSpecific<MsBuildSQRunnerInstallation>, NodeSpecific<MsBuildSQRunnerInstallation> {
private static final long serialVersionUID = 1L;
private static String exeName = "MSBuild.SonarQube.Runner.exe";
private static String exeName = "SonarScanner.MSBuild.exe";

@DataBoundConstructor
public MsBuildSQRunnerInstallation(String name, String home, List<? extends ToolProperty<?>> properties) {
Expand Down

0 comments on commit c254174

Please sign in to comment.