diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 40d01e7cf51..5e2a8cdd00f 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -21,11 +21,11 @@ jobs: - name: Restore the compiler service solution env: CI: false - run: ./build.sh -c Release --verbosity quiet + run: ./build.sh -c Release --verbosity quiet || true - name: Restore the language server solution env: CI: false - run: dotnet build ./LSPSolutionSlim.sln -c Release --verbosity quiet + run: dotnet build ./LSPSolutionSlim.sln -c Release --verbosity quiet || true - name: Restore dotnet tools env: CI: false