Skip to content

Commit 00b36f6

Browse files
committed
Move RequireDependencies into pack.yml
1 parent aafe7d5 commit 00b36f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ extends:
8787
- ${{ each artifact in parameters.Artifacts }}:
8888
- ${{ if ne('false', artifact.releaseInBatch) }}:
8989
- ${{ artifact }}
90-
RequireDependencies: ${{ in(variables['Build.Reason'], 'Manual', '') }}
9190
TestPipeline: ${{ eq(parameters.ServiceDirectory, 'canary') }}
9291
TestTimeoutInMinutes: ${{ parameters.TestTimeoutInMinutes }}
9392
TestProxy: ${{ parameters.TestProxy }}

0 commit comments

Comments
 (0)