This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
Releases: wooga/atlas-dotnet-sonarqube
Releases · wooga/atlas-dotnet-sonarqube
0.2.0-rc.1
Changes
-
sonar.branch.name
property, with default valud derived from git as well #8 @Joaquimmnetto - git-derived defaults for
sonar.projectKey
andsonar.projectName
sonarqube properties #8 @Joaquimmnetto
0.1.0
Changes
- extra arguments support to dotnet and msbuild #7 @Joaquimmnetto
- default dotnet executable lookup on Unix systems (mac and linux) now looks up for
msbuild
instead ofMSBuild.exe
#7 @Joaquimmnetto - sonarqube scanner installation now allows for files in the bin/ folder to be executed #7 @Joaquimmnetto
0.0.2
0.0.1
Refactor: Decoupled extension from tasks (#3) Refactored task properties that were being fetched from extension to be passed as parameters. With this we decouple the tasks from the SonarScannerExtension. Co-authored-by: Joaquim Neto <[email protected]>