File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 1414 branches :
1515 - ' **'
1616
17- env :
18- DOTNET_VERSION : 9.0.201
19-
2017jobs :
2118 buildAndTest :
2219
3330 - name : Setup .NET
3431 uses : actions/setup-dotnet@v4
3532 with :
36- dotnet-version : ${{ env.DOTNET_VERSION }}
33+ global-json-file : global.json
3734 - name : Restore tools
3835 run : dotnet tool restore
3936 - name : Restore dependencies
5552 - name : Setup .NET
5653 uses : actions/setup-dotnet@v4
5754 with :
58- dotnet-version : ${{ env.DOTNET_VERSION }}
55+ global-json-file : global.json
5956 - name : Restore tools
6057 run : dotnet tool restore
6158 - name : Build
@@ -110,7 +107,7 @@ jobs:
110107 - name : Setup .NET
111108 uses : actions/setup-dotnet@v4
112109 with :
113- dotnet-version : ${{ env.DOTNET_VERSION }}
110+ global-json-file : global.json
114111
115112 - name : Restore tools
116113 run : dotnet tool restore
You can’t perform that action at this time.
0 commit comments