Skip to content

Commit

Permalink
SPMI: Always add authenticated pip feed for test job runs (#85327)
Browse files Browse the repository at this point in the history
We always try to upload the collections for the tests, even on failures,
so we should also add the authed feed on failures.
  • Loading branch information
jakobbotsch authored Apr 25, 2023
1 parent afa9a93 commit 5b9848f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/common/templates/runtimes/run-test-job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ jobs:
inputs:
artifactFeeds: public/dotnet-public-pypi
onlyAddExtraIndex: false
condition: always()

# Ensure the Python azure-storage-blob package is installed before doing the upload.
- script: $(PipScript) install --user --upgrade pip && $(PipScript) install --user azure.storage.blob==12.5.0 --force-reinstall
Expand Down

0 comments on commit 5b9848f

Please sign in to comment.