Skip to content

Commit 62a85ed

Browse files
authored
Use official templates even for PRs when run internal
New template guidance is that a production pipeline can only use the official templates. Rather than creating a completely separate PR pipeline, we'll use the official templates.
1 parent b147026 commit 62a85ed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.vsts-ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ resources:
5757
ref: refs/tags/release
5858

5959
extends:
60-
${{ if ne(variables['Build.Reason'], 'PullRequest') }}:
61-
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
62-
${{ else }}:
63-
template: v1/1ES.Unofficial.PipelineTemplate.yml@1esPipelines
60+
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
6461
parameters:
6562
containers:
6663
alpine319WithNode:

0 commit comments

Comments
 (0)