Browse Source

No more experiments

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

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

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