We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c06c23 commit 4fd29d4Copy full SHA for 4fd29d4
.pipelines/nuget-publishing.yml
@@ -56,7 +56,7 @@ parameters:
56
- name: enable_winml
57
displayName: 'Whether Windows WinML package is built.'
58
type: boolean
59
- default: false
+ default: true
60
61
- name: ort_version
62
displayName: 'OnnxRuntime version'
.pipelines/pypl-publishing.yml
@@ -47,7 +47,7 @@ parameters:
47
48
displayName: 'Whether Windows WinML package is built for x64 and arm64'
49
50
51
52
- name: ort_winml_version
53
displayName: 'Microsoft.WindowsAppSDK.ML Version (should match CMakeList.txt)'
0 commit comments