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 4ffb6a3 commit bcb6185Copy full SHA for bcb6185
.github/workflows/CI-BuildAndTest.yml
@@ -96,7 +96,7 @@ jobs:
96
run: |
97
dotnet sonarscanner begin \
98
/o:"thepirat000" \
99
- /k:"CachingFramework.Redis" \
+ /k:"thepirat000_CachingFramework.Redis" \
100
/d:sonar.host.url="https://sonarcloud.io" \
101
/d:sonar.login="${{ env.SONAR_TOKEN }}" \
102
/d:sonar.cs.vstest.reportsPaths="test/TestResult/**/*.trx" \
0 commit comments