We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebccdc0 commit a815ccbCopy full SHA for a815ccb
.github/workflows/main.yml
@@ -18,6 +18,9 @@ jobs:
18
19
- name: Setup MSBuild.exe
20
uses: microsoft/[email protected]
21
+
22
+ - name: Clean
23
+ run: dotnet clean FluentTerminal.sln --configuration Debug && dotnet nuget locals all --clear
24
25
- name: MSBuild
26
run: msbuild FluentTerminal.sln -t:build -p:Configuration=Debug -p:Platform=x64 -m -restore
0 commit comments