Skip to content

Commit

Permalink
Add a clean step to CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Jul 18, 2021
1 parent d3095fd commit ee48691
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ jobs:
- name: Build project
run: |
dotnet build --no-restore
- name: Clean project
run: |
dotnet clean

0 comments on commit ee48691

Please sign in to comment.