Skip to content

Commit 27ba1ab

Browse files
authored
Don't Run Live Test Stages on IndividualCI Build Reasons (Azure#33272)
1 parent cbe8b98 commit 27ba1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ stages:
105105

106106
- ${{ parameters.AdditionalStagesAfterBuild }}
107107

108-
- ${{ if eq(variables['System.TeamProject'], 'internal') }}:
108+
- ${{ if and(eq(variables['System.TeamProject'], 'internal'), ne(variables['Build.Reason'],'IndividualCI')) }}:
109109
- ${{ parameters.LiveTestStages }}
110110

111111
# The Prerelease and Release stages are conditioned on whether we are building a pull request and the branch.

0 commit comments

Comments
 (0)