From 70a8fa80c44aae7cb74d7317f6fc070ceac62ff2 Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Tue, 25 Jun 2019 12:03:53 -0700 Subject: [PATCH] Adds appinsights ci setup in advance of refactoring. (#3925) --- sdk/applicationinsights/ci.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 sdk/applicationinsights/ci.yml diff --git a/sdk/applicationinsights/ci.yml b/sdk/applicationinsights/ci.yml new file mode 100644 index 0000000000000..63952b81e94b2 --- /dev/null +++ b/sdk/applicationinsights/ci.yml @@ -0,0 +1,23 @@ +# DO NOT EDIT THIS FILE +# This file is generated automatically and any changes will be lost. + +trigger: + branches: + include: + - master + paths: + include: + - sdk/applicationinsights/ + +pr: + branches: + include: + - master + paths: + include: + - sdk/applicationinsights/ + +jobs: + - template: ../../eng/pipelines/templates/jobs/archetype-sdk-client.yml + parameters: + ServiceDirectory: applicationinsights \ No newline at end of file