File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments