Skip to content

Commit

Permalink
Merge pull request #176 from expertasolutions/feature/reactivation-flag
Browse files Browse the repository at this point in the history
Feature/reactivation flag
  • Loading branch information
lturmel authored Nov 12, 2023
2 parents 82e432e + 39b4806 commit 0ab8bc9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ci-vstsdashboardbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ trigger:
- master
- Issue*
- Delivery*
- feature/*
- dependatbot/*

pr:
- master
Expand Down Expand Up @@ -69,6 +71,15 @@ stages:

- stage: ExpertaPrivatePreview
dependsOn: Build
condition: and(
succeeded(),
or(
eq(variables['build.sourceBranch'], 'refs/heads/master')
, eq(variables['build.sourceBranch'], 'refs/heads/feature/*')
, eq(variables['build.sourceBranch'], 'refs/heads/Issue*')
, eq(variables['build.sourceBranch'], 'refs/heads/Delivery/*')
)
)
jobs:
- deployment: DeployExtension
pool:
Expand Down

0 comments on commit 0ab8bc9

Please sign in to comment.