|
14 | 14 | uses: actions/checkout@v4
|
15 | 15 | with:
|
16 | 16 | submodules: true
|
| 17 | + - name: Setup .NET SDK |
| 18 | + uses: actions/setup-dotnet@v4 |
| 19 | + with: |
| 20 | + global-json-file: global.json |
17 | 21 | - name: Cache NuGet packages
|
18 | 22 | uses: actions/cache@v4
|
19 | 23 | with:
|
|
51 | 55 | uses: actions/checkout@v4
|
52 | 56 | with:
|
53 | 57 | submodules: true
|
| 58 | + - name: Setup .NET SDK |
| 59 | + uses: actions/setup-dotnet@v4 |
| 60 | + with: |
| 61 | + global-json-file: global.json |
54 | 62 | - name: Cache installers
|
55 | 63 | uses: actions/cache@v4
|
56 | 64 | with:
|
@@ -97,6 +105,10 @@ jobs:
|
97 | 105 | uses: actions/checkout@v4
|
98 | 106 | with:
|
99 | 107 | submodules: true
|
| 108 | + - name: Setup .NET SDK |
| 109 | + uses: actions/setup-dotnet@v4 |
| 110 | + with: |
| 111 | + global-json-file: global.json |
100 | 112 | - name: Cache installers
|
101 | 113 | uses: actions/cache@v4
|
102 | 114 | with:
|
@@ -134,6 +146,10 @@ jobs:
|
134 | 146 | uses: actions/checkout@v4
|
135 | 147 | with:
|
136 | 148 | submodules: true
|
| 149 | + - name: Setup .NET SDK |
| 150 | + uses: actions/setup-dotnet@v4 |
| 151 | + with: |
| 152 | + global-json-file: global.json |
137 | 153 | - name: Cache NuGet packages
|
138 | 154 | uses: actions/cache@v4
|
139 | 155 | with:
|
@@ -168,6 +184,10 @@ jobs:
|
168 | 184 | uses: actions/checkout@v4
|
169 | 185 | with:
|
170 | 186 | submodules: true
|
| 187 | + - name: Setup .NET SDK |
| 188 | + uses: actions/setup-dotnet@v4 |
| 189 | + with: |
| 190 | + global-json-file: global.json |
171 | 191 | - name: Download Build (Debug)
|
172 | 192 | uses: actions/download-artifact@v4
|
173 | 193 | with:
|
@@ -205,6 +225,10 @@ jobs:
|
205 | 225 | uses: actions/checkout@v4
|
206 | 226 | with:
|
207 | 227 | submodules: true
|
| 228 | + - name: Setup .NET SDK |
| 229 | + uses: actions/setup-dotnet@v4 |
| 230 | + with: |
| 231 | + global-json-file: global.json |
208 | 232 | - name: Download Build (Debug)
|
209 | 233 | uses: actions/download-artifact@v4
|
210 | 234 | with:
|
|
0 commit comments