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 59f7e9a commit 231df84Copy full SHA for 231df84
.github/workflows/copilot-setup-steps.yml
@@ -22,9 +22,9 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
- - name: Do an initial build to ensure all dependencies are restored
+ - name: Do an initial restore to ensure all dependencies are restored
26
run: |
27
- ./build.sh
+ ./build.sh -restore
28
- name: Put repo-local dotnet install on PATH
29
30
echo "PATH=$PWD/.dotnet:$PATH" >> $GITHUB_ENV
0 commit comments