Skip to content

Commit

Permalink
Test if a funny thing happens
Browse files Browse the repository at this point in the history
  • Loading branch information
voneiden committed Aug 16, 2023
1 parent 78f571d commit 2886419
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions azure-pipelines-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 2886419

Please sign in to comment.