Skip to content

Commit b07db72

Browse files
authored
ensure integration build still runs (#34944)
1 parent bea2d61 commit b07db72

File tree

1 file changed

+12
-14
lines changed

1 file changed

+12
-14
lines changed

eng/pipelines/templates/stages/archetype-sdk-client.yml

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -148,19 +148,17 @@ extends:
148148
- template: /eng/pipelines/templates/variables/globals.yml@self
149149
- template: /eng/pipelines/templates/variables/image.yml@self
150150

151-
# The Prerelease and Release stages are conditioned on whether we are building a pull request and the branch.
152-
- ${{if and(in(variables['Build.Reason'], 'Manual', ''), eq(variables['System.TeamProject'], 'internal'))}}:
153-
- template: archetype-python-release.yml@self
154-
parameters:
155-
DependsOn: "Build"
156-
ServiceDirectory: ${{ parameters.ServiceDirectory }}
157-
Artifacts: ${{ parameters.Artifacts }}
158-
${{ if eq(parameters.ServiceDirectory, 'template') }}:
159-
TestPipeline: true
160-
ArtifactName: packages_extended
161-
DocArtifact: documentation
162-
TargetDocRepoOwner: ${{ parameters.TargetDocRepoOwner }}
163-
TargetDocRepoName: ${{ parameters.TargetDocRepoName }}
164-
DevFeedName: ${{ parameters.DevFeedName }}
151+
- template: archetype-python-release.yml@self
152+
parameters:
153+
DependsOn: "Build"
154+
ServiceDirectory: ${{ parameters.ServiceDirectory }}
155+
Artifacts: ${{ parameters.Artifacts }}
156+
${{ if eq(parameters.ServiceDirectory, 'template') }}:
157+
TestPipeline: true
158+
ArtifactName: packages_extended
159+
DocArtifact: documentation
160+
TargetDocRepoOwner: ${{ parameters.TargetDocRepoOwner }}
161+
TargetDocRepoName: ${{ parameters.TargetDocRepoName }}
162+
DevFeedName: ${{ parameters.DevFeedName }}
165163

166164

0 commit comments

Comments
 (0)