diff --git a/scripts/azure-templates-stages.yml b/scripts/azure-templates-stages.yml index 8cf1a72ca7..abb0d2e692 100644 --- a/scripts/azure-templates-stages.yml +++ b/scripts/azure-templates-stages.yml @@ -445,6 +445,24 @@ stages: displayName: '3.1.34_SIMD_Threading' version: 3.1.34 features: _wasmeh,simd,mt + + # .NET 9 + - 3.1.56: + displayName: 3.1.56 + version: 3.1.56 + features: _wasmeh,st + - 3.1.56: + displayName: '3.1.56_Threading' + version: 3.1.56 + features: _wasmeh,mt + - 3.1.56: + displayName: '3.1.56_SIMD' + version: 3.1.56 + features: _wasmeh,simd,st + - 3.1.56: + displayName: '3.1.56_SIMD_Threading' + version: 3.1.56 + features: _wasmeh,simd,mt - ${{ if ne(parameters.buildPipelineType, 'tests') }}: - stage: native