We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba935c commit 4fa1669Copy full SHA for 4fa1669
eng/pipelines/templates/stages/1es-redirect.yml
@@ -30,6 +30,10 @@ extends:
30
${{ else }}:
31
template: v1/1ES.Unofficial.PipelineTemplate.yml@1ESPipelineTemplates
32
parameters:
33
+ ${{ if eq(parameters.oneESTemplateTag, 'canary') }}:
34
+ # Enable 1es template team to verify validation has been run on canary
35
+ customBuildTags:
36
+ - 1ES.PT.Tag-refs/tags/canary
37
settings:
38
skipBuildTagsForGitHubPullRequests: true
39
sdl:
0 commit comments