Jelajahi Sumber

Don't build, just test

Piotr Czajkowski 3 tahun lalu
induk
melakukan
2dce6597e4
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  1. 0 2
      .github/workflows/dotnetcore.yml

+ 0 - 2
.github/workflows/dotnetcore.yml

@@ -15,5 +15,3 @@ jobs:
         dotnet-version: 3.1.300
     - name: Test
       run: dotnet test PSDTextTests/
-    - name: Build
-      run:  dotnet build --configuration Release --framework netcoreapp3.1 PSDText/