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 2a04ea2 commit 50d3864Copy full SHA for 50d3864
.github/workflows/test-windows.yml
@@ -55,8 +55,8 @@ jobs:
55
args:
56
# Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu)
57
# mandatory
58
- -Dsonar.projectKey "SpiceSharp_SpiceSharpParser"
59
- -Dsonar.organization "spicesharp"
+ -Dsonar.projectKey= "SpiceSharp_SpiceSharpParser"
+ -Dsonar.organization= "spicesharp"
60
# Comma-separated paths to directories containing main source files.
61
#-Dsonar.sources= # optional, default is project base directory
62
# Comma-separated paths to directories containing test source files.
0 commit comments