We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aafe7d5 commit 00b36f6Copy full SHA for 00b36f6
eng/pipelines/templates/stages/archetype-sdk-client.yml
@@ -87,7 +87,6 @@ extends:
87
- ${{ each artifact in parameters.Artifacts }}:
88
- ${{ if ne('false', artifact.releaseInBatch) }}:
89
- ${{ artifact }}
90
- RequireDependencies: ${{ in(variables['Build.Reason'], 'Manual', '') }}
91
TestPipeline: ${{ eq(parameters.ServiceDirectory, 'canary') }}
92
TestTimeoutInMinutes: ${{ parameters.TestTimeoutInMinutes }}
93
TestProxy: ${{ parameters.TestProxy }}
0 commit comments