Skip to content

Commit

Permalink
Add clean step before restore
Browse files Browse the repository at this point in the history
  • Loading branch information
sparten11740 committed Dec 30, 2020
1 parent 1c31f80 commit 5e4396f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
- name: Clean
run: dotnet clean ./AllMyLights.sln --configuration Release && dotnet nuget locals all --clear
- name: Install dependencies
run: dotnet restore
- name: Build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.301
- name: Clean
run: dotnet clean ./AllMyLights.sln --configuration Release && dotnet nuget locals all --clear
- name: Install dependencies
run: dotnet restore
- name: Restore tools
Expand Down

0 comments on commit 5e4396f

Please sign in to comment.