18
18
ENABLED_PUBLISH_DOCKER : true
19
19
ENABLED_PUBLISH_NUGET : true
20
20
ENABLED_PUBLISH_CHOCOLATEY : true
21
+ ENABLED_DIAGNOSTICS : ${{ secrets.ENABLED_DIAGNOSTICS }}
21
22
22
23
jobs :
23
24
build :
@@ -38,13 +39,13 @@ jobs:
38
39
uses : actions/cache@v1
39
40
with :
40
41
path : tools
41
- key : ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
42
+ key : v1- ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
42
43
- name : Cache dotnet
43
44
id : cache-dotnet
44
45
uses : actions/cache@v1
45
46
with :
46
47
path : .dotnet
47
- key : ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
48
+ key : v1- ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
48
49
- name : ' [Cake build & pack]'
49
50
shell : pwsh
50
51
run : ./build.ps1 -target Pack
@@ -80,13 +81,13 @@ jobs:
80
81
uses : actions/cache@v1
81
82
with :
82
83
path : tools
83
- key : ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
84
+ key : v1- ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
84
85
- name : Cache dotnet
85
86
id : cache-dotnet
86
87
uses : actions/cache@v1
87
88
with :
88
89
path : .dotnet
89
- key : ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
90
+ key : v1- ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
90
91
- name : ' [Run Test]'
91
92
shell : pwsh
92
93
run : ./build.ps1 -target Test
@@ -112,13 +113,13 @@ jobs:
112
113
uses : actions/cache@v1
113
114
with :
114
115
path : tools
115
- key : ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
116
+ key : v1- ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
116
117
- name : Cache dotnet
117
118
id : cache-dotnet
118
119
uses : actions/cache@v1
119
120
with :
120
121
path : .dotnet
121
- key : ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
122
+ key : v1- ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
122
123
- uses : actions/download-artifact@v1
123
124
name : Download artifacts folder
124
125
with :
@@ -142,13 +143,13 @@ jobs:
142
143
uses : actions/cache@v1
143
144
with :
144
145
path : tools
145
- key : ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
146
+ key : v1- ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
146
147
- name : Cache dotnet
147
148
id : cache-dotnet
148
149
uses : actions/cache@v1
149
150
with :
150
151
path : .dotnet
151
- key : ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
152
+ key : v1- ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
152
153
- uses : actions/download-artifact@v1
153
154
name : Download artifacts folder
154
155
with :
@@ -182,13 +183,13 @@ jobs:
182
183
uses : actions/cache@v1
183
184
with :
184
185
path : tools
185
- key : ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
186
+ key : v1- ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
186
187
- name : Cache dotnet
187
188
id : cache-dotnet
188
189
uses : actions/cache@v1
189
190
with :
190
191
path : .dotnet
191
- key : ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
192
+ key : v1- ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
192
193
- uses : actions/download-artifact@v1
193
194
name : Download artifacts folder
194
195
with :
@@ -223,13 +224,13 @@ jobs:
223
224
uses : actions/cache@v1
224
225
with :
225
226
path : tools
226
- key : ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
227
+ key : v1- ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
227
228
- name : Cache dotnet
228
229
id : cache-dotnet
229
230
uses : actions/cache@v1
230
231
with :
231
232
path : .dotnet
232
- key : ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
233
+ key : v1- ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
233
234
- uses : actions/download-artifact@v1
234
235
name : Download artifacts folder
235
236
with :
@@ -255,13 +256,13 @@ jobs:
255
256
uses : actions/cache@v1
256
257
with :
257
258
path : tools
258
- key : ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
259
+ key : v1- ${{ runner.os }}-tools-${{ hashFiles('build.cake') }}
259
260
- name : Cache dotnet
260
261
id : cache-dotnet
261
262
uses : actions/cache@v1
262
263
with :
263
264
path : .dotnet
264
- key : ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
265
+ key : v1- ${{ runner.os }}-dotnet-${{ hashFiles('build.config') }}
265
266
- uses : actions/download-artifact@v1
266
267
name : Download artifacts folder
267
268
with :
0 commit comments