Parcourir la source

Corrected build

Piotr Czajkowski il y a 4 ans
Parent
commit
1be0016fa6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/dotnetcore.yml

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

@@ -16,4 +16,4 @@ jobs:
     - name: Test
       run: dotnet test CoreProcessFilesTests/
     - name: Build
-      run: dotnet build --configuration Release
+      run: dotnet build --configuration Release CoreProcessFiles/