We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 303c48a commit ce30314Copy full SHA for ce30314
deployment/cake/tasks.cake
@@ -36,7 +36,7 @@
36
// It probably means the tool is not correctly installed.
37
// `dotnet tool install --global dotnet-sonarscanner --ignore-failed-sources`
38
//#tool "nuget:?package=MSBuild.SonarQube.Runner.Tool&version=4.8.0"
39
-#tool "nuget:?package=dotnet-sonarscanner&version=11.0.0"
+#tool "nuget:?package=dotnet-sonarscanner&version=11.1.0"
40
41
//-------------------------------------------------------------
42
// BACKWARDS COMPATIBILITY CODE - START
0 commit comments