Skip to content

Commit

Permalink
Update dotnet-core.yml
Browse files Browse the repository at this point in the history
Fix build path
  • Loading branch information
EntityFX authored Oct 24, 2024
1 parent 2975c65 commit 2a01323
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,4 @@ jobs:
working-directory: src/dotnet/
- name: Build
run: dotnet build --configuration Release --no-restore
working-directory: src/dotnet/
- name: Test
run: dotnet test --no-restore --verbosity normal
working-directory: src/dotnet/
working-directory: src/dotnet/EntityFX.NetBenchmark

0 comments on commit 2a01323

Please sign in to comment.