Skip to content

Commit 11869aa

Browse files
committed
test: repo_ref parameter
1 parent 80c1f6f commit 11869aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.pipelines/run-pipeline.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@ stages:
4343
4444
name: "EnvironmentalVariables"
4545
displayName: "Set environmental variables"
46-
47-
46+
- ${{ if contains( parameters.triggerBuildSourceBranch , 'v') }}:
47+
- script: echo "This is a release branch"
48+
displayName: "Release Branch Processing"
4849

4950
- job: env
5051
displayName: Setup

0 commit comments

Comments
 (0)