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 14e5836 commit 07a4a77Copy full SHA for 07a4a77
eng/pipelines/templates/stages/archetype-python-release.yml
@@ -53,6 +53,10 @@ stages:
53
ServiceDirectory: ${{parameters.ServiceDirectory}}
54
ArtifactLocation: $(Pipeline.Workspace)/${{parameters.ArtifactName}}
55
56
+ - script: |
57
+ python -m pip install "./tools/azure-sdk-tools"
58
+ displayName: Install tool dependencies
59
+
60
- task: PythonScript@0
61
displayName: Verify CI enabled
62
condition: succeeded()
0 commit comments