Skip to content

Commit 210a707

Browse files
committed
install tool dependencies before verify ci step in release build
1 parent 12bb59f commit 210a707

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eng/pipelines/templates/stages/archetype-python-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ stages:
5353
ServiceDirectory: ${{parameters.ServiceDirectory}}
5454
ArtifactLocation: $(Pipeline.Workspace)/${{parameters.ArtifactName}}
5555

56+
- script: |
57+
python -m pip install "./tools/azure-sdk-tools"
58+
displayName: Install tool dependencies
59+
5660
- task: PythonScript@0
5761
displayName: Verify CI enabled
5862
condition: succeeded()

0 commit comments

Comments
 (0)