Skip to content

Commit bcb6185

Browse files
Federico ColomboFederico Colombo
authored andcommitted
fix projectKey
1 parent 4ffb6a3 commit bcb6185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI-BuildAndTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
dotnet sonarscanner begin \
9898
/o:"thepirat000" \
99-
/k:"CachingFramework.Redis" \
99+
/k:"thepirat000_CachingFramework.Redis" \
100100
/d:sonar.host.url="https://sonarcloud.io" \
101101
/d:sonar.login="${{ env.SONAR_TOKEN }}" \
102102
/d:sonar.cs.vstest.reportsPaths="test/TestResult/**/*.trx" \

0 commit comments

Comments
 (0)