Skip to content

Commit

Permalink
Update eng/pipelines/templates/jobs/archetype-sdk-client.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Jurek <[email protected]>
  • Loading branch information
praveenkuttappan and danieljurek authored Feb 16, 2023
1 parent 49613a3 commit 08c4b2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eng/pipelines/templates/jobs/archetype-sdk-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ jobs:
condition: >-
and(
succeeded(),
ne(variables['Skip.CreateApiReview'], 'true'),eq(variables['System.TeamProject'], 'internal')
ne(variables['Skip.CreateApiReview'], 'true'),
eq(variables['System.TeamProject'], 'internal')
)
- task: Powershell@2
Expand Down

0 comments on commit 08c4b2d

Please sign in to comment.