Skip to content

Commit e0eb90e

Browse files
committed
refactor(ci): ♻️ update dotnet format command property syntax
1 parent 72ea6c0 commit e0eb90e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
shell: bash
6868
run: |
6969
dotnet format ReferenceReplacement.sln --verify-no-changes --no-restore \
70-
-p:ResoniteAssembliesDir="${{ steps.resonite.outputs.resonite-path }}"
70+
--property ResoniteAssembliesDir="${{ steps.resonite.outputs.resonite-path }}"
7171
7272
- name: Build
7373
shell: bash

0 commit comments

Comments
 (0)