From c64abbe2e4930839be4d4c7272e27564e386a87d Mon Sep 17 00:00:00 2001 From: "Scott Beddall (from Dev Box)" Date: Mon, 11 Mar 2024 17:25:22 -0700 Subject: [PATCH] update core so we can run it --- sdk/core/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/core/ci.yml b/sdk/core/ci.yml index d8c59326d..beb388ef2 100644 --- a/sdk/core/ci.yml +++ b/sdk/core/ci.yml @@ -41,8 +41,8 @@ pr: - '*.md' - /**/*.md -stages: - - template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml +extends: + template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml parameters: ServiceDirectory: core # CI has static code analysis disabled, while LiveTest will have it enabled