Czajkowski, Piotr 5 ani în urmă
părinte
comite
482c094142
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      .github/workflows/dotnetcore.yml

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

@@ -16,4 +16,4 @@ jobs:
     - name: Test
       run: dotnet test ProcessFilesTests/
     - name: Build
-      run: dotnet build --configuration Release ProcessFiles/
+      run: dotnet build --configuration Release --framework netcoreapp3.0 ProcessFiles/