Skip to content

Commit a236118

Browse files
author
Mirroring
committed
Merge commit '13576755f88b4d70f8d08cca3e6fc8dc4f75a9b8'
2 parents 08b125c + 1357675 commit a236118

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vsts-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@ resources:
6161
ref: refs/tags/release
6262

6363
extends:
64-
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
64+
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
65+
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
66+
${{ else }}:
67+
template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
6568
parameters:
6669
containers:
6770
alpine319WithNode:

0 commit comments

Comments
 (0)