浏览代码

No more experiments

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