Skip to content

Commit db1e91b

Browse files
committed
add registry flag
1 parent 7f0869f commit db1e91b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,21 @@ steps:
5353
inputs:
5454
command: custom
5555
workingDir: $(Build.SourcesDirectory)
56-
customCommand: install -g autorest@3.7.2
56+
customCommand: install -g autorest@3.7.2 --registry https://microsoftgraph.pkgs.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_packaging/PowerShell_V2_Build/npm/registry/
5757

5858
- task: Npm@1
5959
displayName: Install AutorestCore
6060
inputs:
6161
command: custom
6262
workingDir: $(Build.SourcesDirectory)
63-
customCommand: install -g @autorest/core@3.10.4
63+
customCommand: install -g @autorest/core@3.10.4 --registry https://microsoftgraph.pkgs.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_packaging/PowerShell_V2_Build/npm/registry/
6464

6565
- task: Npm@1
6666
displayName: Install Rush
6767
inputs:
6868
command: custom
6969
workingDir: $(Build.SourcesDirectory)
70-
customCommand: install -g @microsoft/rush
70+
customCommand: install -g @microsoft/rush --registry https://microsoftgraph.pkgs.visualstudio.com/0985d294-5762-4bc2-a565-161ef349ca3e/_packaging/PowerShell_V2_Build/npm/registry/
7171

7272
- task: PowerShell@2
7373
displayName: Rush Build

0 commit comments

Comments
 (0)