浏览代码

Corrected build

Piotr Czajkowski 4 年之前
父节点
当前提交
1be0016fa6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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/