Use a private PIP feed in 1ES pipeline (#22590)

This commit is contained in:
Changming Sun 2024-10-24 19:10:30 -07:00 committed by GitHub
parent d94066a8de
commit 15556c492d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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