Skip to content

Commit 7ea29df

Browse files
committed
Fix SonarQube scanner step
1 parent 7915140 commit 7ea29df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Task("SonarEnd")
136136

137137
Task("Sonar")
138138
.IsDependentOn("SonarBegin")
139-
.IsDependentOn("Build")
139+
.IsDependentOn("BuildSolution")
140140
.IsDependentOn("SonarEnd");
141141

142142
Task("CreateArtifact")

0 commit comments

Comments
 (0)