Skip to content

Commit

Permalink
Explicitly target csproj for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjanye committed Jul 4, 2024
1 parent fc26ba3 commit e2dceb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: dotnet restore

- name: Build
run: dotnet build .\NinjaNye.SearchExtensions\ -c Release --no-restore --verbosity minimal
run: dotnet build .\NinjaNye.SearchExtensions\NinjaNye.SearchExtensions.csproj -c Release --no-restore --verbosity minimal

- name: Unit Tests
run: dotnet test .\NinjaNye.SearchExtensions.Tests\ --no-restore --verbosity minimal
Expand Down

0 comments on commit e2dceb7

Please sign in to comment.