Remove Manual build reason at the archetype-sdk-client.yml level. The appropriate check is already in place in archetype-cpp-release.yml (#2095)

This commit is contained in:
Daniel Jurek 2021-04-12 08:53:03 -07:00 committed by GitHub
parent 2a945c3053
commit 35950242fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}