Skip to content

Commit

Permalink
fix: missing sonarqube scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Jan 11, 2025
1 parent 1c80178 commit 48650cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions template/.config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
"version": "2023.2.5",
"commands": ["dotnet-dotcover"],
"rollForward": false
},
"dotnet-sonarscanner": {
"version": "9.0.2",
"commands": ["dotnet-sonarscanner"],
"rollForward": false
}
}
}

0 comments on commit 48650cd

Please sign in to comment.