Skip to content

Commit 4fd29d4

Browse files
authored
Enable WinML by default in ADO pipelines (microsoft#1755)
- Enable WinML by default in ADO pipelines for nuget and python.
1 parent 9c06c23 commit 4fd29d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pipelines/nuget-publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ parameters:
5656
- name: enable_winml
5757
displayName: 'Whether Windows WinML package is built.'
5858
type: boolean
59-
default: false
59+
default: true
6060

6161
- name: ort_version
6262
displayName: 'OnnxRuntime version'

.pipelines/pypl-publishing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ parameters:
4747
- name: enable_winml
4848
displayName: 'Whether Windows WinML package is built for x64 and arm64'
4949
type: boolean
50-
default: false
50+
default: true
5151

5252
- name: ort_winml_version
5353
displayName: 'Microsoft.WindowsAppSDK.ML Version (should match CMakeList.txt)'

0 commit comments

Comments
 (0)