mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
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:
parent
497eef8d3d
commit
c36ee4bd40
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue