From 77ea35c34640e2f3f97084d0d7e81a0e9efd2350 Mon Sep 17 00:00:00 2001 From: msyyc <70930885+msyyc@users.noreply.github.com> Date: Wed, 23 Sep 2020 10:28:51 +0800 Subject: [PATCH] track2_azure-mgmt-baremetalinfrastructure for CI run normally (#13963) * ci.yml for track2_azure-mgmt-baremetalinfrastructure to make CI run normally * Removed unnecessary includes. Co-authored-by: Mitch Denny --- sdk/baremetalinfrastructure/ci.yml | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 sdk/baremetalinfrastructure/ci.yml diff --git a/sdk/baremetalinfrastructure/ci.yml b/sdk/baremetalinfrastructure/ci.yml new file mode 100644 index 000000000000..a3306064d521 --- /dev/null +++ b/sdk/baremetalinfrastructure/ci.yml @@ -0,0 +1,32 @@ +# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file. + +trigger: + branches: + include: + - master + - hotfix/* + - release/* + - restapi* + paths: + include: + - sdk/baremetalinfrastructure/ + +pr: + branches: + include: + - master + - feature/* + - hotfix/* + - release/* + - restapi* + paths: + include: + - sdk/baremetalinfrastructure/ + +extends: + template: ../../eng/pipelines/templates/stages/archetype-sdk-client.yml + parameters: + ServiceDirectory: baremetalinfrastructure + Artifacts: + - name: azure_mgmt_baremetalinfrastructure + safeName: azuremgmtbaremetalinfrastructure