Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswiseman76 authored Mar 2, 2024
1 parent b475383 commit c915c4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
dotnet-version: 6.0.x
- name: Restore dependencies
run: dotnet restore
working-directory: src/MyProject
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
working-directory: src/MyProject

0 comments on commit c915c4f

Please sign in to comment.