From c36ee4bd408f0c274d9ea53bd059579dcb952676 Mon Sep 17 00:00:00 2001 From: RandySheriffH <48490400+RandySheriffH@users.noreply.github.com> Date: Tue, 16 Feb 2021 11:43:03 -0800 Subject: [PATCH] Rename Python packaging pipelines (#6682) * rename pipelines * resync and rename * resync master * rename package id * remove OrtPackageId which is for nuget Co-authored-by: Randy Shuai --- .../github/azure-pipelines/templates/py-packaging-stage.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml index 223f6337b3..29f44d6ed8 100644 --- a/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml +++ b/tools/ci_build/github/azure-pipelines/templates/py-packaging-stage.yml @@ -357,7 +357,6 @@ stages: Python39: PythonVersion: '3.9' variables: - OrtPackageId: 'Microsoft.ML.OnnxRuntime' MsbuildArguments: '-maxcpucount' OnnxRuntimeBuildDirectory: '$(Build.BinariesDirectory)' EnvSetupScript: setup_env.bat @@ -472,7 +471,7 @@ stages: displayName: 'Clean Agent Directories' condition: always() - - job: Windows_py_Wheels_no_openmp + - job: Windows_py_Wheels_openmp pool: 'Win-CPU-2021' strategy: matrix: @@ -485,7 +484,6 @@ stages: Python39: PythonVersion: '3.9' variables: - OrtPackageId: 'Microsoft.ML.OnnxRuntime' MsbuildArguments: '-maxcpucount' OnnxRuntimeBuildDirectory: '$(Build.BinariesDirectory)' EnvSetupScript: setup_env.bat