From 4cf7598484a0f65761daf3d86ae6d0ce938de715 Mon Sep 17 00:00:00 2001 From: "Scott Beddall (from Dev Box)" Date: Mon, 11 Mar 2024 15:37:38 -0700 Subject: [PATCH] storage must extend ci.yml not call a specific stages --- sdk/storage/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/storage/ci.yml b/sdk/storage/ci.yml index 7f749cd21..54b1d528c 100644 --- a/sdk/storage/ci.yml +++ b/sdk/storage/ci.yml @@ -22,8 +22,8 @@ pr: - sdk/storage - eng/common/testproxy -stages: - - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml +extends: + template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: ServiceDirectory: storage # Not running tests on CI but only on LiveTest mode