From 03c5c67817e514d972a4355c5365db01ac6f7f8a Mon Sep 17 00:00:00 2001 From: Hawk Ticehurst Date: Fri, 21 Jun 2024 10:40:56 -0700 Subject: [PATCH] Add setting to skip build tags for github pull requests --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fec3d3e1..38e2fd3c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,8 @@ resources: ref: refs/tags/release extends: template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelineTemplates + settings: + skipBuildTagsForGitHubPullRequests: true parameters: pool: name: AzurePipelines-EO