소스 검색

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/