From 71267bd3d3aef72004f3aa287dfe16dcce2645e5 Mon Sep 17 00:00:00 2001 From: Jerome Laban Date: Sun, 17 Sep 2023 21:15:52 -0400 Subject: [PATCH] fix: Restore nosimd builds for edge enhanced security and safari --- scripts/azure-templates-stages.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/scripts/azure-templates-stages.yml b/scripts/azure-templates-stages.yml index 59d63b02ab4..2fc9024a400 100644 --- a/scripts/azure-templates-stages.yml +++ b/scripts/azure-templates-stages.yml @@ -307,14 +307,22 @@ stages: version: 3.1.12 features: mt,simd - # .NET 8 Preview 4 + # .NET 8 - 3.1.34: displayName: 3.1.34 version: 3.1.34 - features: _wasmeh,_simd,st + features: _wasmeh,st - 3.1.34: displayName: '3.1.34_Threading' version: 3.1.34 + features: _wasmeh,mt + - 3.1.34: + displayName: '3.1.34_SIMD' + version: 3.1.34 + features: _wasmeh,_simd,st + - 3.1.34: + displayName: '3.1.34_SIMD_Threading' + version: 3.1.34 features: _wasmeh,_simd,mt - ${{ if ne(parameters.buildPipelineType, 'tests') }}: