72
72
-
73
73
name : Checkout
74
74
uses : actions/checkout@v2
75
- -
76
- name : Fetch all history for all tags and branches
77
- run : git fetch --prune --unshallow
75
+ with :
76
+ fetch-depth : 0
78
77
-
79
78
name : Use cached cake frosting
80
79
id : cache-cake
@@ -109,6 +108,14 @@ jobs:
109
108
-
110
109
name : ' Upload native packages'
111
110
111
+ if : matrix.os == 'windows-latest'
112
+ with :
113
+ name : native-${{ runner.os }}
114
+ path : ${{ github.workspace }}/artifacts/packages/native/*.zip
115
+ -
116
+ name : ' Upload native packages'
117
+
118
+ if : matrix.os != 'windows-latest'
112
119
with :
113
120
name : native-${{ runner.os }}
114
121
path : ${{ github.workspace }}/artifacts/packages/native/*.tar.gz
@@ -122,16 +129,15 @@ jobs:
122
129
strategy :
123
130
matrix :
124
131
os : [windows-latest, ubuntu-latest, macos-latest]
125
- targetFramework : [net5.0, net6.0, netcoreapp3.1]
132
+ targetFramework : [net48, net5.0, net6.0, netcoreapp3.1]
126
133
fail-fast : false
127
134
128
135
steps :
129
136
-
130
137
name : Checkout
131
138
uses : actions/checkout@v2
132
- -
133
- name : Fetch all history for all tags and branches
134
- run : git fetch --prune --unshallow
139
+ with :
140
+ fetch-depth : 0
135
141
-
136
142
name : Use cached cake frosting
137
143
id : cache-cake
@@ -170,9 +176,8 @@ jobs:
170
176
-
171
177
name : Checkout
172
178
uses : actions/checkout@v2
173
- -
174
- name : Fetch all history for all tags and branches
175
- run : git fetch --prune --unshallow
179
+ with :
180
+ fetch-depth : 0
176
181
-
177
182
name : Use cached cake frosting
178
183
id : cache-cake
@@ -218,9 +223,8 @@ jobs:
218
223
-
219
224
name : Checkout
220
225
uses : actions/checkout@v2
221
- -
222
- name : Fetch all history for all tags and branches
223
- run : git fetch --prune --unshallow
226
+ with :
227
+ fetch-depth : 0
224
228
-
225
229
name : Use cached cake frosting
226
230
id : cache-cake
@@ -264,7 +268,7 @@ jobs:
264
268
-
265
269
name : ' [Test Artifacts (amd64)]'
266
270
shell : pwsh
267
- run : dotnet run/artifacts.dll --target=ArtifactsTest --arch amd64 --docker_dotnetversion=${{ matrix.targetFramework }} --docker_distro=${{ matrix.distro }} --verbosity=diagnostic
271
+ run : dotnet run/artifacts.dll --target=ArtifactsTest --arch amd64 --docker_dotnetversion=${{ matrix.targetFramework }} --docker_distro=${{ matrix.distro }}
268
272
-
269
273
name : ' [Test Artifacts (arm64)]'
270
274
shell : pwsh
@@ -284,9 +288,8 @@ jobs:
284
288
-
285
289
name : Checkout
286
290
uses : actions/checkout@v2
287
- -
288
- name : Fetch all history for all tags and branches
289
- run : git fetch --prune --unshallow
291
+ with :
292
+ fetch-depth : 0
290
293
-
291
294
name : Use cached cake frosting
292
295
id : cache-cake
@@ -384,9 +387,8 @@ jobs:
384
387
-
385
388
name : Checkout
386
389
uses : actions/checkout@v2
387
- -
388
- name : Fetch all history for all tags and branches
389
- run : git fetch --prune --unshallow
390
+ with :
391
+ fetch-depth : 0
390
392
-
391
393
name : Use cached cake frosting
392
394
id : cache-cake
@@ -428,9 +430,8 @@ jobs:
428
430
-
429
431
name : Checkout
430
432
uses : actions/checkout@v2
431
- -
432
- name : Fetch all history for all tags and branches
433
- run : git fetch --prune --unshallow
433
+ with :
434
+ fetch-depth : 0
434
435
-
435
436
name : Use cached cake frosting
436
437
id : cache-cake
0 commit comments