Skip to content

Commit 6f1393b

Browse files
committed
Copy global.json
1 parent f6b31d3 commit 6f1393b

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ jobs:
118118
- name: Copy props files to root
119119
shell: pwsh
120120
working-directory: ./
121-
run: copy ./tooling/.github/workflows/config/* ./
121+
run: |
122+
copy ./tooling/.github/workflows/config/* ./
123+
copy ./tooling/global.json ./
122124
123125
- name: Add msbuild to PATH
124126
uses: microsoft/setup-msbuild@v2
@@ -189,6 +191,7 @@ jobs:
189191
working-directory: ./
190192
run: |
191193
copy ./tooling/.github/workflows/config/* ./
194+
copy ./tooling/global.json ./
192195
mkdir ./.config
193196
copy ./tooling/.config/dotnet-tools.json ./.config/dotnet-tools.json
194197
mkdir ./components
@@ -272,6 +275,7 @@ jobs:
272275
working-directory: ./
273276
run: |
274277
copy ./tooling/.github/workflows/config/* ./
278+
copy ./tooling/global.json ./
275279
mkdir ./.config
276280
copy ./tooling/.config/dotnet-tools.json ./.config/dotnet-tools.json
277281
mkdir ./components

0 commit comments

Comments
 (0)