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 9ff2e51 commit e6f11cbCopy full SHA for e6f11cb
.pipelines/templates/jobs/build.yml
@@ -48,6 +48,12 @@ jobs:
48
- script: npm config list
49
displayName: List npm properties
50
51
+ - powershell: |
52
+ if (Test-Path "$(Pipeline.Workspace)/vscode-website/server/.npmrc.optional") {
53
+ mv "$(Pipeline.Workspace)/vscode-website/server/.npmrc.optional" "$(Pipeline.Workspace)/vscode-website/server/.npmrc"
54
+ }
55
+ displayName: Enforce .npmrc
56
+
57
- task: npmAuthenticate@0
58
displayName: Setup NPM Authentication
59
inputs:
0 commit comments