diff --git a/.pipelines/nuget-publishing.yml b/.pipelines/nuget-publishing.yml index 79e318cda..52318e6b3 100644 --- a/.pipelines/nuget-publishing.yml +++ b/.pipelines/nuget-publishing.yml @@ -27,11 +27,6 @@ parameters: - name: ort_version displayName: 'OnnxRuntime version' type: string - default: '1.17.3' - -- name: ort_dml_version - displayName: 'OnnxRuntime DirectML version' - type: string default: '1.18.0-dev-20240423-0527-c07b8d545d' - name: cuda_version diff --git a/.pipelines/pypl-publishing.yml b/.pipelines/pypl-publishing.yml index 2020ec4ec..111cabffb 100644 --- a/.pipelines/pypl-publishing.yml +++ b/.pipelines/pypl-publishing.yml @@ -27,11 +27,6 @@ parameters: - name: ort_version displayName: 'OnnxRuntime version' type: string - default: '1.17.3' - -- name: ort_dml_version - displayName: 'OnnxRuntime DirectML version' - type: string default: '1.18.0-dev-20240423-0527-c07b8d545d' - name: cuda_version