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 6274f40 commit 9f33bd1Copy full SHA for 9f33bd1
Pipeline/Build.CodeAnalysis.cs
@@ -16,7 +16,7 @@ partial class Build
16
.Executes(() =>
17
{
18
SonarScannerTasks.SonarScannerBegin(s => s
19
- .SetOrganization("TestableIO")
+ .SetOrganization("testableio")
20
.SetProjectKey("TestableIO_System.IO.Abstractions")
21
.AddVSTestReports(TestResultsDirectory / "*.trx")
22
.AddOpenCoverPaths(TestResultsDirectory / "reports" / "OpenCover.xml")
0 commit comments