@@ -22,6 +22,7 @@ parameters:
22
22
# Handled as an opt-in parameter to avoid excessive yaml.
23
23
passPlatforms : false
24
24
container : ' '
25
+ shouldContinueOnError : false
25
26
jobParameters : {}
26
27
variables : []
27
28
38
39
archType : arm
39
40
targetRid : linux-arm
40
41
platform : Linux_arm
42
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
41
43
container :
42
44
image : ubuntu-18.04-cross-arm-20220426130400-6e40d49
43
45
registry : mcr
63
65
archType : armv6
64
66
targetRid : linux-armv6
65
67
platform : Linux_armv6
68
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
66
69
container :
67
70
image : ubuntu-20.04-cross-armv6-raspbian-10-20211208135931-e6e3ac4
68
71
registry : mcr
89
92
archType : arm64
90
93
targetRid : linux-arm64
91
94
platform : Linux_arm64
95
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
92
96
container :
93
97
${{ if eq(parameters.container, '') }} :
94
98
image : ubuntu-18.04-cross-arm64-20220427171722-6e40d49
@@ -119,6 +123,7 @@ jobs:
119
123
archType : x64
120
124
targetRid : linux-musl-x64
121
125
platform : Linux_musl_x64
126
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
122
127
container :
123
128
image : alpine-3.13-WithNode-20210910135845-c401c85
124
129
registry : mcr
@@ -144,6 +149,7 @@ jobs:
144
149
archType : arm
145
150
targetRid : linux-musl-arm
146
151
platform : Linux_musl_arm
152
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
147
153
container :
148
154
image : ubuntu-16.04-cross-arm-alpine-20210923140502-78f7860
149
155
registry : mcr
@@ -171,6 +177,7 @@ jobs:
171
177
archType : arm64
172
178
targetRid : linux-musl-arm64
173
179
platform : Linux_musl_arm64
180
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
174
181
container :
175
182
image : ubuntu-16.04-cross-arm64-alpine-20210923140502-78f7860
176
183
registry : mcr
@@ -198,6 +205,7 @@ jobs:
198
205
archType : arm64
199
206
targetRid : linux-bionic-arm64
200
207
platform : Linux_bionic_arm64
208
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
201
209
container :
202
210
image : ubuntu-18.04-android-20220131172314-3983b4e
203
211
registry : mcr
@@ -226,6 +234,7 @@ jobs:
226
234
archType : x64
227
235
targetRid : linux-bionic-x64
228
236
platform : Linux_bionic_x64
237
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
229
238
container :
230
239
image : ubuntu-18.04-android-20220131172314-3983b4e
231
240
registry : mcr
@@ -250,6 +259,7 @@ jobs:
250
259
archType : x64
251
260
targetRid : linux-x64
252
261
platform : Linux_x64
262
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
253
263
container :
254
264
${{ if eq(parameters.container, '') }} :
255
265
image : centos-7-20210714125435-9b5bbc2
@@ -277,6 +287,7 @@ jobs:
277
287
archType : x86
278
288
targetRid : linux-x86
279
289
platform : Linux_x86
290
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
280
291
container :
281
292
image : ubuntu-18.04-cross-x86-linux-20211022152824-f853169
282
293
registry : mcr
@@ -304,6 +315,7 @@ jobs:
304
315
archType : x64
305
316
targetRid : linux-x64
306
317
platform : Linux_x64
318
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
307
319
container :
308
320
image : centos-7-source-build-20210714125450-5d87b80
309
321
registry : mcr
@@ -329,6 +341,7 @@ jobs:
329
341
archType : s390x
330
342
targetRid : linux-s390x
331
343
platform : Linux_s390x
344
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
332
345
container :
333
346
image : ubuntu-18.04-cross-s390x-20201102145728-d6e0352
334
347
registry : mcr
@@ -355,6 +368,7 @@ jobs:
355
368
archType : wasm
356
369
targetRid : browser-wasm
357
370
platform : Browser_wasm
371
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
358
372
container :
359
373
image : ubuntu-18.04-webassembly-20220317214646-1ad56e8
360
374
registry : mcr
@@ -379,6 +393,7 @@ jobs:
379
393
archType : wasm
380
394
targetRid : browser-wasm
381
395
platform : Browser_wasm_firefox
396
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
382
397
container :
383
398
image : ubuntu-18.04-webassembly-20220317214646-1ad56e8
384
399
registry : mcr
@@ -403,6 +418,7 @@ jobs:
403
418
archType : wasm
404
419
targetRid : browser-wasm
405
420
platform : Browser_wasm_win
421
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
406
422
jobParameters :
407
423
hostedOs : windows
408
424
runtimeFlavor : ${{ parameters.runtimeFlavor }}
@@ -423,6 +439,7 @@ jobs:
423
439
archType : x64
424
440
targetRid : freebsd-x64
425
441
platform : FreeBSD_x64
442
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
426
443
container :
427
444
image : ubuntu-18.04-cross-freebsd-12-20210917001307-f13d79e
428
445
registry : mcr
@@ -448,6 +465,7 @@ jobs:
448
465
archType : x64
449
466
targetRid : android-x64
450
467
platform : Android_x64
468
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
451
469
container :
452
470
image : ubuntu-18.04-android-20220131172314-3983b4e
453
471
registry : mcr
@@ -472,6 +490,7 @@ jobs:
472
490
archType : x86
473
491
targetRid : android-x86
474
492
platform : Android_x86
493
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
475
494
container :
476
495
image : ubuntu-18.04-android-20220131172314-3983b4e
477
496
registry : mcr
@@ -496,6 +515,7 @@ jobs:
496
515
archType : arm
497
516
targetRid : android-arm
498
517
platform : Android_arm
518
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
499
519
container :
500
520
image : ubuntu-18.04-android-20220131172314-3983b4e
501
521
registry : mcr
@@ -520,6 +540,7 @@ jobs:
520
540
archType : arm64
521
541
targetRid : android-arm64
522
542
platform : Android_arm64
543
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
523
544
container :
524
545
image : ubuntu-18.04-android-20220131172314-3983b4e
525
546
registry : mcr
@@ -544,6 +565,7 @@ jobs:
544
565
archType : x64
545
566
targetRid : maccatalyst-x64
546
567
platform : MacCatalyst_x64
568
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
547
569
jobParameters :
548
570
runtimeFlavor : mono
549
571
stagedBuild : ${{ parameters.stagedBuild }}
@@ -565,6 +587,7 @@ jobs:
565
587
archType : arm64
566
588
targetRid : maccatalyst-arm64
567
589
platform : MacCatalyst_arm64
590
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
568
591
jobParameters :
569
592
runtimeFlavor : mono
570
593
stagedBuild : ${{ parameters.stagedBuild }}
@@ -586,6 +609,7 @@ jobs:
586
609
archType : arm64
587
610
targetRid : tvos-arm64
588
611
platform : tvOS_arm64
612
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
589
613
jobParameters :
590
614
runtimeFlavor : mono
591
615
stagedBuild : ${{ parameters.stagedBuild }}
@@ -607,6 +631,7 @@ jobs:
607
631
archType : x64
608
632
targetRid : tvossimulator-x64
609
633
platform : tvOSSimulator_x64
634
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
610
635
jobParameters :
611
636
runtimeFlavor : mono
612
637
stagedBuild : ${{ parameters.stagedBuild }}
@@ -628,6 +653,7 @@ jobs:
628
653
archType : arm64
629
654
targetRid : tvossimulator-arm64
630
655
platform : tvOSSimulator_arm64
656
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
631
657
jobParameters :
632
658
runtimeFlavor : mono
633
659
stagedBuild : ${{ parameters.stagedBuild }}
@@ -649,6 +675,7 @@ jobs:
649
675
archType : arm
650
676
targetRid : ios-arm
651
677
platform : iOS_arm
678
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
652
679
jobParameters :
653
680
runtimeFlavor : mono
654
681
stagedBuild : ${{ parameters.stagedBuild }}
@@ -670,6 +697,7 @@ jobs:
670
697
archType : arm64
671
698
targetRid : ios-arm64
672
699
platform : iOS_arm64
700
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
673
701
jobParameters :
674
702
runtimeFlavor : mono
675
703
stagedBuild : ${{ parameters.stagedBuild }}
@@ -691,6 +719,7 @@ jobs:
691
719
archType : x64
692
720
targetRid : iossimulator-x64
693
721
platform : iOSSimulator_x64
722
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
694
723
jobParameters :
695
724
runtimeFlavor : mono
696
725
stagedBuild : ${{ parameters.stagedBuild }}
@@ -712,6 +741,7 @@ jobs:
712
741
archType : x86
713
742
targetRid : iossimulator-x86
714
743
platform : iOSsimulator_x86
744
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
715
745
jobParameters :
716
746
runtimeFlavor : mono
717
747
stagedBuild : ${{ parameters.stagedBuild }}
@@ -734,6 +764,7 @@ jobs:
734
764
archType : arm64
735
765
targetRid : iossimulator-arm64
736
766
platform : iOSSimulator_arm64
767
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
737
768
jobParameters :
738
769
runtimeFlavor : mono
739
770
stagedBuild : ${{ parameters.stagedBuild }}
@@ -755,6 +786,7 @@ jobs:
755
786
archType : arm64
756
787
targetRid : osx-arm64
757
788
platform : OSX_arm64
789
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
758
790
jobParameters :
759
791
runtimeFlavor : ${{ parameters.runtimeFlavor }}
760
792
stagedBuild : ${{ parameters.stagedBuild }}
@@ -777,6 +809,7 @@ jobs:
777
809
archType : x64
778
810
targetRid : osx-x64
779
811
platform : OSX_x64
812
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
780
813
jobParameters :
781
814
runtimeFlavor : ${{ parameters.runtimeFlavor }}
782
815
stagedBuild : ${{ parameters.stagedBuild }}
@@ -798,6 +831,7 @@ jobs:
798
831
archType : armel
799
832
targetRid : tizen-armel
800
833
platform : Tizen_armel
834
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
801
835
container :
802
836
image : ubuntu-18.04-cross-armel-tizen-20210719212651-8b02f56
803
837
registry : mcr
@@ -825,6 +859,7 @@ jobs:
825
859
archType : x64
826
860
targetRid : win-x64
827
861
platform : windows_x64
862
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
828
863
jobParameters :
829
864
runtimeFlavor : ${{ parameters.runtimeFlavor }}
830
865
stagedBuild : ${{ parameters.stagedBuild }}
@@ -846,6 +881,7 @@ jobs:
846
881
archType : x86
847
882
targetRid : win-x86
848
883
platform : windows_x86
884
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
849
885
jobParameters :
850
886
runtimeFlavor : ${{ parameters.runtimeFlavor }}
851
887
stagedBuild : ${{ parameters.stagedBuild }}
@@ -866,6 +902,7 @@ jobs:
866
902
archType : arm
867
903
targetRid : win-arm
868
904
platform : windows_arm
905
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
869
906
jobParameters :
870
907
runtimeFlavor : ${{ parameters.runtimeFlavor }}
871
908
stagedBuild : ${{ parameters.stagedBuild }}
@@ -887,6 +924,7 @@ jobs:
887
924
archType : arm64
888
925
targetRid : win-arm64
889
926
platform : windows_arm64
927
+ shouldContinueOnError : ${{ parameters.shouldContinueOnError }}
890
928
jobParameters :
891
929
runtimeFlavor : ${{ parameters.runtimeFlavor }}
892
930
stagedBuild : ${{ parameters.stagedBuild }}
0 commit comments