From 35950242fb4fac4f93feaba2a2f581d49b1332d4 Mon Sep 17 00:00:00 2001 From: Daniel Jurek Date: Mon, 12 Apr 2021 08:53:03 -0700 Subject: [PATCH] Remove Manual build reason at the archetype-sdk-client.yml level. The appropriate check is already in place in archetype-cpp-release.yml (#2095) --- eng/pipelines/templates/stages/archetype-sdk-client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/templates/stages/archetype-sdk-client.yml b/eng/pipelines/templates/stages/archetype-sdk-client.yml index 9853b71b5..347e0ee70 100644 --- a/eng/pipelines/templates/stages/archetype-sdk-client.yml +++ b/eng/pipelines/templates/stages/archetype-sdk-client.yml @@ -54,7 +54,7 @@ stages: SubscriptionConfiguration: ${{ parameters.SubscriptionConfiguration }} CoverageReportPath: ${{ parameters.CoverageReportPath }} - - ${{ if and(eq(variables['Build.Reason'], 'Manual'), eq(variables['System.TeamProject'], 'internal'), not(endsWith(variables['Build.DefinitionName'], ' - tests'))) }}: + - ${{ if and(eq(variables['System.TeamProject'], 'internal'), not(endsWith(variables['Build.DefinitionName'], ' - tests'))) }}: - template: archetype-cpp-release.yml parameters: ServiceDirectory: ${{ parameters.ServiceDirectory }}