Skip to content

Commit 47e68e9

Browse files
committed
Run a clean on Windows bots first
1 parent 2179d47 commit 47e68e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/windows.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@ jobs:
1919
uses: actions/setup-dotnet@v1
2020
with:
2121
dotnet-version: 3.1.404
22+
23+
- name: Clean
24+
run: dotnet clean --configuration Release && dotnet nuget locals all --clear
25+
2226
- name: Build with dotnet
2327
run: dotnet build --configuration Release
28+
2429
- name: Run unit tests
2530
run: dotnet test --verbosity normal

0 commit comments

Comments
 (0)