From 48d137d942e6b7995690a2491918dcffb2c8811c Mon Sep 17 00:00:00 2001 From: Matous Kozak Date: Mon, 26 Aug 2024 09:40:56 +0200 Subject: [PATCH] [wip] add android emulator for servicing v.2 --- eng/pipelines/runtime-androidemulator.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/runtime-androidemulator.yml b/eng/pipelines/runtime-androidemulator.yml index d54ac082ab1ac6..e3f812ce3c1a3b 100644 --- a/eng/pipelines/runtime-androidemulator.yml +++ b/eng/pipelines/runtime-androidemulator.yml @@ -3,7 +3,13 @@ # point the pipeline in azdo UI to this, and thus avoid any scheduled # triggers -trigger: none +trigger: + branches: + include: + - release/*.* + paths: + include: + - '*' variables: - template: /eng/pipelines/common/variables.yml