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 <rashuai@microsoft.com>
This commit is contained in:
RandySheriffH 2021-02-16 11:43:03 -08:00 committed by GitHub
parent 497eef8d3d
commit c36ee4bd40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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