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 231df84 commit 38b4bd2Copy full SHA for 38b4bd2
.github/workflows/copilot-setup-steps.yml
@@ -24,11 +24,11 @@ jobs:
24
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
25
- name: Do an initial restore to ensure all dependencies are restored
26
run: |
27
- ./build.sh -restore
+ ./eng/common/build.sh --restore
28
- name: Put repo-local dotnet install on PATH
29
30
echo "PATH=$PWD/.dotnet:$PATH" >> $GITHUB_ENV
31
32
- name: Check dotnet version
33
34
- dotnet --version
+ dotnet --version
0 commit comments