Browse Source

Let's try to cleanup before building

Piotr Czajkowski 3 years ago
parent
commit
f172cdb8c4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/dotnetcore.yml

+ 3 - 1
.github/workflows/dotnetcore.yml

@@ -16,4 +16,6 @@ jobs:
     - name: Test
       run: dotnet test PSDTextTests/
     - name: Build
-      run: dotnet build --configuration Release --framework netcoreapp3.1 PSDText/
+      run:
+        dotnet clean --configuration Release
+        dotnet build --configuration Release --framework netcoreapp3.1 PSDText/