We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea7c246 commit 3887a06Copy full SHA for 3887a06
.github/workflows/copilot-setup-steps.yml
@@ -25,6 +25,7 @@ jobs:
25
steps:
26
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
- name: Do an initial build to ensure all dependencies are restored
28
+ continue-on-error: true
29
run: |
30
./build.sh
31
- name: Put repo-local dotnet install on PATH
0 commit comments