Skip to content

Commit 2fe2b0c

Browse files
committed
Restricted autorest installation to 3.0.509 version
1 parent d43da5e commit 2fe2b0c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.azure-pipelines/common-templates/install-tools.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ steps:
3030
displayName: Install NodeJs
3131
inputs:
3232
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
3339

3440
- task: Npm@1
3541
displayName: Install Rush

0 commit comments

Comments
 (0)