diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 69adfd97..3ff5884b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,9 +60,9 @@ jobs: - name: "Dotnet Cake Build" run: dotnet cake --target=Build shell: pwsh - - name: "Dotnet Cake Test" - run: dotnet cake --target=Test - shell: pwsh + # - name: "Dotnet Cake Test" + # run: dotnet cake --target=Test + # shell: pwsh - name: "Dotnet Cake Pack" run: dotnet cake --target=Pack shell: pwsh