File tree Expand file tree Collapse file tree
.azure-pipelines/common-templates Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments