From acff8d1d7b5e164b441bde2d51721a6509b243cd Mon Sep 17 00:00:00 2001 From: Jakob Botsch Nielsen Date: Tue, 25 Apr 2023 16:44:20 +0200 Subject: [PATCH] SPMI: Always add authenticated pip feed for test job runs 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