diff --git a/eng/pipelines/templates/steps/ci.livetest.yml b/eng/pipelines/templates/steps/ci.livetest.yml index 9731036eb..9a8886ce2 100644 --- a/eng/pipelines/templates/steps/ci.livetest.yml +++ b/eng/pipelines/templates/steps/ci.livetest.yml @@ -20,6 +20,7 @@ steps: - template: /eng/common/TestResources/deploy-test-resources.yml parameters: ServiceDirectory: 'samples' + ServiceConnection: azure-sdk-tests-public # Run live tests - ${{ each sample in parameters.LiveTestSamples }}: @@ -36,3 +37,4 @@ steps: - template: /eng/common/TestResources/remove-test-resources.yml parameters: ServiceDirectory: 'samples' + ServiceConnection: azure-sdk-tests-public