We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3e31d commit 08d87ddCopy full SHA for 08d87dd
tools/ci_build/github/azure-pipelines/templates/py-win-cpu.yml
@@ -11,6 +11,16 @@ parameters:
11
type: string
12
default: '--use_azure'
13
14
+- name: cmake_build_type
15
+ type: string
16
+ displayName: 'CMake build type for Windows. Only for Windows CPU packages.'
17
+ default: 'RelWithDebInfo'
18
+ values:
19
+ - Debug
20
+ - Release
21
+ - RelWithDebInfo
22
+ - MinSizeRel
23
+
24
jobs:
25
- job: Windows_py_Wheels_${{parameters.ARCHITECTURE}}
26
${{ if eq(parameters.ARCHITECTURE, 'arm64') }}:
0 commit comments