Skip to content

Commit b79c4b9

Browse files
committed
fixed dotnet cli usage
1 parent a0fb507 commit b79c4b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
dotnet-version: 6.0.x
4343

4444
- name: Test
45-
run: dotnet run -p build/build.csproj -- ci
45+
run: dotnet run --project build/build.csproj -- ci

0 commit comments

Comments
 (0)