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 9033064 commit c5aae37Copy full SHA for c5aae37
eng/pipelines/templates/steps/verify-autorest.yml
@@ -32,23 +32,6 @@ steps:
32
autorest --help
33
displayName: "Install autorest"
34
35
- - template: /eng/common/pipelines/templates/steps/sparse-checkout.yml
36
- parameters:
37
- Paths:
38
- - "/*"
39
- Repositories:
40
- - Name: "Azure/autorest.python"
41
- Commitish: "autorestv3"
42
- WorkingDirectory: "$(Build.SourcesDirectory)/autorest.python"
43
- SkipDefaultCheckout: true
44
-
45
- - script: |
46
- python --version
47
- pip install -r eng/autorest_req.txt
48
- cd autorest.python
49
- npm install
50
- displayName: 'Prepare Environment'
51
52
- task: PythonScript@0
53
displayName: 'Verify autorest'
54
inputs:
0 commit comments