Skip to content

Commit 0f0f7f3

Browse files
committed
Corrected and tested project standards
1 parent 23485e1 commit 0f0f7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/project-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ standards_{{ platform.name }}:
2121
- .Editor/Unity -batchmode -nographics -logFile - -executeMethod Packages.Rider.Editor.RiderScriptEditor.SyncSolution -projectPath {{ project.path }} -quit
2222

2323
# Standards check
24-
- dotnet run --project dotnet-tools/netcode.standards --project={{ project.path }} --check
24+
- dotnet run --project=dotnet-tools/netcode.standards -- --project={{ project.path }} --check
2525
{% endfor -%}
2626
{% endfor -%}
2727
{% endfor -%}

0 commit comments

Comments
 (0)