Prechádzať zdrojové kódy

Let's try to cleanup before building

Piotr Czajkowski 3 rokov pred
rodič
commit
f172cdb8c4
1 zmenil súbory, kde vykonal 3 pridanie a 1 odobranie
  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/