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 d43da5e commit 2fe2b0cCopy full SHA for 2fe2b0c
.azure-pipelines/common-templates/install-tools.yml
@@ -30,6 +30,12 @@ steps:
30
displayName: Install NodeJs
31
inputs:
32
versionSpec: 16.x
33
+
34
+ - task: Npm@1
35
+ displayName: Install AutoRest
36
+ inputs:
37
+ command: custom
38
+ customCommand: install -g autorest@3.0.509
39
40
- task: Npm@1
41
displayName: Install Rush
0 commit comments