Ver Fonte

Let's try to cleanup before building

Piotr Czajkowski há 3 anos atrás
pai
commit
f172cdb8c4
1 ficheiros alterados com 3 adições e 1 exclusões
  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/