@@ -46,13 +46,13 @@ jobs:
4646 git fetch --prune --unshallow
4747 - name : Cache tools
4848 id : cache-tools
49- 49+ 5050 with :
5151 path : tools
5252 key : v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
5353 - name : Cache dotnet
5454 id : cache-dotnet
55- 55+ 5656 with :
5757 path : .dotnet
5858 key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -88,13 +88,13 @@ jobs:
8888 git fetch --prune --unshallow
8989 - name : Cache tools
9090 id : cache-tools
91- 91+ 9292 with :
9393 path : tools
9494 key : v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
9595 - name : Cache dotnet
9696 id : cache-dotnet
97- 97+ 9898 with :
9999 path : .dotnet
100100 key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -120,13 +120,13 @@ jobs:
120120 git fetch --prune --unshallow
121121 - name : Cache tools
122122 id : cache-tools
123- 123+ 124124 with :
125125 path : tools
126126 key : v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
127127 - name : Cache dotnet
128128 id : cache-dotnet
129- 129+ 130130 with :
131131 path : .dotnet
132132 key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -150,13 +150,13 @@ jobs:
150150 git fetch --prune --unshallow
151151 - name : Cache tools
152152 id : cache-tools
153- 153+ 154154 with :
155155 path : tools
156156 key : v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
157157 - name : Cache dotnet
158158 id : cache-dotnet
159- 159+ 160160 with :
161161 path : .dotnet
162162 key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -180,13 +180,13 @@ jobs:
180180 git fetch --prune --unshallow
181181 - name : Cache tools
182182 id : cache-tools
183- 183+ 184184 with :
185185 path : tools
186186 key : v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
187187 - name : Cache dotnet
188188 id : cache-dotnet
189- 189+ 190190 with :
191191 path : .dotnet
192192 key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -210,13 +210,13 @@ jobs:
210210 git fetch --prune --unshallow
211211 - name : Cache tools
212212 id : cache-tools
213- 213+ 214214 with :
215215 path : tools
216216 key : v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
217217 - name : Cache dotnet
218218 id : cache-dotnet
219- 219+ 220220 with :
221221 path : .dotnet
222222 key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -250,13 +250,13 @@ jobs:
250250 git fetch --prune --unshallow
251251 - name : Cache tools
252252 id : cache-tools
253- 253+ 254254 with :
255255 path : tools
256256 key : v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
257257 - name : Cache dotnet
258258 id : cache-dotnet
259- 259+ 260260 with :
261261 path : .dotnet
262262 key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -291,13 +291,13 @@ jobs:
291291 git fetch --prune --unshallow
292292 - name : Cache tools
293293 id : cache-tools
294- 294+ 295295 with :
296296 path : tools
297297 key : v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
298298 - name : Cache dotnet
299299 id : cache-dotnet
300- 300+ 301301 with :
302302 path : .dotnet
303303 key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
@@ -323,13 +323,13 @@ jobs:
323323 git fetch --prune --unshallow
324324 - name : Cache tools
325325 id : cache-tools
326- 326+ 327327 with :
328328 path : tools
329329 key : v1-${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
330330 - name : Cache dotnet
331331 id : cache-dotnet
332- 332+ 333333 with :
334334 path : .dotnet
335335 key : v1-${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
0 commit comments