Skip to content

Commit 9b3db2c

Browse files
committed
Fix SonarQube analysis
1 parent f2c92c1 commit 9b3db2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Build.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ class Build : NukeBuild
8585
.SetServer("https://sonarcloud.io")
8686
.SetFramework("net5.0")
8787
.SetLogin(SonarQubeApiKey)
88-
.SetProjectKey("todoist-net")
88+
.SetProjectKey("olsh_todoist-net")
8989
.SetName("Todoist.Net")
9090
.SetOrganization("olsh")
9191
.SetVersion("1.0.0.0");

0 commit comments

Comments
 (0)