You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .pipelines/nuget-publishing.yml
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,19 @@ parameters:
103
103
- dev
104
104
- stable
105
105
106
+
- name: ort_build_version
107
+
displayName: 'OnnxRuntime nightly version for build-time compilation (e.g., 1.25.0-dev-20260125-1205-727db0d3dc). Leave as ''default'' to use the default version in ortlib.cmake.'
108
+
type: string
109
+
default: 'default'
110
+
111
+
- name: ort_build_source
112
+
displayName: 'Package source for build-time ORT download. NuGet uses nuget.org, Ort-Nightly uses the ADO nightly feed.'
113
+
type: string
114
+
default: 'NuGet'
115
+
values:
116
+
- 'NuGet'
117
+
- 'Ort-Nightly'
118
+
106
119
- name: custom_ort_package_versioned_name
107
120
displayName: 'Versioned name of ort nuget package. Must follow Microsoft.ML.OnnxRuntime.*.version.nupkg. Keep None to disable building'
Copy file name to clipboardExpand all lines: .pipelines/pypl-publishing.yml
+15-6Lines changed: 15 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,6 @@ parameters:
34
34
type: boolean
35
35
default: true
36
36
37
-
- name: enable_linux_rocm
38
-
displayName: 'Whether Linux ROCm package is built.'
39
-
type: boolean
40
-
default: false
41
-
42
37
- name: enable_macos_cpu
43
38
displayName: 'Whether MacOS CPU package is built.'
44
39
type: boolean
@@ -67,6 +62,19 @@ parameters:
67
62
- 'relwithdebinfo'
68
63
- 'debug'
69
64
65
+
- name: ort_build_version
66
+
displayName: 'OnnxRuntime nightly version for build-time compilation (e.g., 1.25.0-dev-20260125-1205-727db0d3dc). Leave as ''default'' to use the default version in ortlib.cmake.'
67
+
type: string
68
+
default: 'default'
69
+
70
+
- name: ort_build_source
71
+
displayName: 'Package source for build-time ORT download. NuGet uses nuget.org, Ort-Nightly uses the ADO nightly feed.'
0 commit comments