From 28864192935729312edeb048c09576c863541302 Mon Sep 17 00:00:00 2001 From: Matti Eiden Date: Wed, 16 Aug 2023 10:35:46 +0300 Subject: [PATCH] Test if a funny thing happens --- azure-pipelines-dev.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/azure-pipelines-dev.yml b/azure-pipelines-dev.yml index 3fcda7b18..a1dc91bc5 100644 --- a/azure-pipelines-dev.yml +++ b/azure-pipelines-dev.yml @@ -2,8 +2,13 @@ # Triggers automatically after a build of develop branch trigger: none -pr: none pool: Default +pr: + branches: + include: + - develop + + parameters: - name: buildenv @@ -28,5 +33,10 @@ resources: include: - refs/heads/develop -extends: - template: azure-pipelines-deploy-linkedevents-api-dev.yml@linkedevents-pipelines +stages: + - template: azure-pipelines-build-linkedevents-api.yml@linkedevents-pipelines + parameters: + buildenv: -dev + - template: azure-pipelines-deploy-linkedevents-api-dev.yml@linkedevents-pipelines + parameters: + buildenv: -dev \ No newline at end of file