Skip to content

Commit a815ccb

Browse files
authored
Update main.yml
1 parent ebccdc0 commit a815ccb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
1919
- name: Setup MSBuild.exe
2020
uses: microsoft/[email protected]
21+
22+
- name: Clean
23+
run: dotnet clean FluentTerminal.sln --configuration Debug && dotnet nuget locals all --clear
2124

2225
- name: MSBuild
2326
run: msbuild FluentTerminal.sln -t:build -p:Configuration=Debug -p:Platform=x64 -m -restore

0 commit comments

Comments
 (0)