Skip to content

Commit 38b4bd2

Browse files
authored
Use eng/common/build.sh since normal build.sh always builds
1 parent 231df84 commit 38b4bd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
- name: Do an initial restore to ensure all dependencies are restored
2626
run: |
27-
./build.sh -restore
27+
./eng/common/build.sh --restore
2828
- name: Put repo-local dotnet install on PATH
2929
run: |
3030
echo "PATH=$PWD/.dotnet:$PATH" >> $GITHUB_ENV
3131
3232
- name: Check dotnet version
3333
run: |
34-
dotnet --version
34+
dotnet --version

0 commit comments

Comments
 (0)