mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
Use a private PIP feed in 1ES pipeline (#22590)
This commit is contained in:
parent
d94066a8de
commit
15556c492d
1 changed files with 6 additions and 1 deletions
|
|
@ -24,11 +24,16 @@ jobs:
|
|||
|
||||
- task: UsePythonVersion@0
|
||||
inputs:
|
||||
versionSpec: '3.9'
|
||||
versionSpec: '3.12'
|
||||
addToPath: true
|
||||
${{ if eq(parameters.BuildArch, 'x86') }}:
|
||||
architecture: 'x86'
|
||||
|
||||
- task: PipAuthenticate@1
|
||||
displayName: 'Pip Authenticate'
|
||||
inputs:
|
||||
artifactFeeds: 'PublicPackages/ORT-Nightly'
|
||||
|
||||
- template: telemetry-steps.yml
|
||||
|
||||
- task: NuGetCommand@2
|
||||
|
|
|
|||
Loading…
Reference in a new issue