Sets enable_windows_arm64ec_qnn to false in training CI (#21981)

### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
Prathik Rao 2024-09-04 16:01:14 -07:00 committed by GitHub
parent 44fc7b443c
commit ed232dc1ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
parameters:
- name: cmake_build_type
type: string
displayName: 'Linux packages cmake build type. Linux Only.'
displayName: 'Linux/Windows/iOS packages cmake build type.'
default: 'Release'
values:
- Debug
@ -23,4 +23,5 @@ stages:
enable_mac_cpu: true
enable_linux_arm: false
enable_windows_arm64_qnn: false
enable_windows_arm64ec_qnn: false
enable_windows_x64_qnn: false