We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479bf52 commit cfbf213Copy full SHA for cfbf213
1 file changed
.azure-pipelines/common-templates/install-tools.yml
@@ -48,6 +48,14 @@ steps:
48
inputs:
49
workingFile: $(Build.SourcesDirectory)/autorest.powershell/common/config/rush/.npmrc
50
51
+ - task: PowerShell@2
52
+ displayName: Set npm userconfig for all npm subprocesses
53
+ inputs:
54
+ targetType: inline
55
+ pwsh: true
56
+ script: |
57
+ Write-Host "##vso[task.setvariable variable=NPM_CONFIG_USERCONFIG]$(Build.SourcesDirectory)/.npmrc"
58
+
59
- task: Npm@1
60
displayName: Install AutoRest
61
0 commit comments