Skip to content

Commit

Permalink
Fix casing in organization name for SonarQube
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss committed Dec 16, 2024
1 parent d4a46e3 commit 7dcfcc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipeline/Build.CodeAnalysis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ partial class Build
.Executes(() =>
{
SonarScannerTasks.SonarScannerBegin(s => s
.SetOrganization("Testably")
.SetOrganization("testably")
.SetProjectKey("Testably_Testably.Abstractions")
.AddVSTestReports(TestResultsDirectory / "*.trx")
.AddOpenCoverPaths(TestResultsDirectory / "reports" / "OpenCover.xml")
Expand Down

0 comments on commit 7dcfcc3

Please sign in to comment.