Skip to content

Commit 50d3864

Browse files
fix
1 parent 2a04ea2 commit 50d3864

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ jobs:
5555
args:
5656
# Unique keys of your project and organization. You can find them in SonarCloud > Information (bottom-left menu)
5757
# mandatory
58-
-Dsonar.projectKey "SpiceSharp_SpiceSharpParser"
59-
-Dsonar.organization "spicesharp"
58+
-Dsonar.projectKey= "SpiceSharp_SpiceSharpParser"
59+
-Dsonar.organization= "spicesharp"
6060
# Comma-separated paths to directories containing main source files.
6161
#-Dsonar.sources= # optional, default is project base directory
6262
# Comma-separated paths to directories containing test source files.

0 commit comments

Comments
 (0)