From 5b9848fb0cbdb99b39f9504cd5887a238a02b14e Mon Sep 17 00:00:00 2001 From: Jakob Botsch Nielsen Date: Tue, 25 Apr 2023 19:33:37 +0200 Subject: [PATCH] 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. --- eng/pipelines/common/templates/runtimes/run-test-job.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/common/templates/runtimes/run-test-job.yml b/eng/pipelines/common/templates/runtimes/run-test-job.yml index 025649429c385..3be08ec4950b0 100644 --- a/eng/pipelines/common/templates/runtimes/run-test-job.yml +++ b/eng/pipelines/common/templates/runtimes/run-test-job.yml @@ -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