Skip to content

Commit

Permalink
Clean before building
Browse files Browse the repository at this point in the history
  • Loading branch information
lconstan committed Feb 5, 2021
1 parent a92a841 commit f752a10
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 @@ -17,6 +17,9 @@ jobs:
- name: Update rider version from Directory.Build.props
run: .\Abc.MoqComplete\Deployment\update_rider_version.ps1
shell: powershell

- name: Clean
run: dotnet clean Abc.MoqComplete\MoqComplete.sln --configuration Release && dotnet nuget locals all --clear

- name: Install dependencies
run: dotnet restore Abc.MoqComplete\MoqComplete.sln
Expand Down

0 comments on commit f752a10

Please sign in to comment.