File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -376,10 +376,14 @@ stages:
376
376
displayName : 2.0.23
377
377
version : 2.0.23
378
378
features : none
379
+
380
+ # .NET 6
379
381
- 3.1.7 :
380
382
displayName : 3.1.7
381
383
version : 3.1.7
382
384
features : none
385
+
386
+ # .NET 7
383
387
- 3.1.12 :
384
388
displayName : 3.1.12
385
389
version : 3.1.12
@@ -397,6 +401,24 @@ stages:
397
401
version : 3.1.12
398
402
features : mt,simd
399
403
404
+ # .NET 8 Preview 4
405
+ - 3.1.34 :
406
+ displayName : 3.1.34
407
+ version : 3.1.34
408
+ features : st
409
+ - 3.1.34 :
410
+ displayName : ' 3.1.34_SIMD'
411
+ version : 3.1.34
412
+ features : simd
413
+ - 3.1.34 :
414
+ displayName : ' 3.1.34_Threading'
415
+ version : 3.1.34
416
+ features : mt
417
+ - 3.1.34 :
418
+ displayName : ' 3.1.34_Threading_SIMD'
419
+ version : 3.1.34
420
+ features : mt,simd
421
+
400
422
- ${{ if ne(parameters.buildPipelineType, 'tests') }} :
401
423
- stage : managed
402
424
displayName : Build Managed
You can’t perform that action at this time.
0 commit comments