Skip to content

Commit

Permalink
fixed dotnet cli usage
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Nov 18, 2024
1 parent a0fb507 commit b79c4b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
dotnet-version: 6.0.x

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

0 comments on commit b79c4b9

Please sign in to comment.