Skip to content

Commit 5b9848f

Browse files
authored
SPMI: Always add authenticated pip feed for test job runs (#85327)
We always try to upload the collections for the tests, even on failures, so we should also add the authed feed on failures.
1 parent afa9a93 commit 5b9848f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eng/pipelines/common/templates/runtimes/run-test-job.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ jobs:
653653
inputs:
654654
artifactFeeds: public/dotnet-public-pypi
655655
onlyAddExtraIndex: false
656+
condition: always()
656657

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

0 commit comments

Comments
 (0)