Skip to content

Commit 08d87dd

Browse files
committed
Update
1 parent ef3e31d commit 08d87dd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tools/ci_build/github/azure-pipelines/templates/py-win-cpu.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ parameters:
1111
type: string
1212
default: '--use_azure'
1313

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+
1424
jobs:
1525
- job: Windows_py_Wheels_${{parameters.ARCHITECTURE}}
1626
${{ if eq(parameters.ARCHITECTURE, 'arm64') }}:

0 commit comments

Comments
 (0)