瀏覽代碼

Let's try to cleanup before building

Piotr Czajkowski 3 年之前
父節點
當前提交
f172cdb8c4
共有 1 個文件被更改,包括 3 次插入1 次删除
  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/