From 75d0179541c9614eb79fa120b1809c60edb4b0d7 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Mon, 29 Apr 2024 14:45:53 -0700 Subject: [PATCH] update build --- .pipelines/nuget-publishing.yml | 5 ----- .pipelines/pypl-publishing.yml | 5 ----- 2 files changed, 10 deletions(-) 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