File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
.pipelines/templates/jobs Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 5
5
"notificationAliases" : [
6
6
7
7
8
- " gregvanl @microsoft.com"
8
+ " nicktrog @microsoft.com"
9
9
],
10
10
"ppe" : " false" ,
11
11
"template" : " TFSDEVDIV" ,
12
- "codebaseName" : " devdiv_vscode-docs"
12
+ "codebaseName" : " devdiv_vscode-docs-pr "
13
13
}
Original file line number Diff line number Diff line change 45
45
versionFilePath : $(Pipeline.Workspace)/vscode-website/.nvmrc
46
46
checkLatest : true
47
47
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
+
48
57
- task : npmAuthenticate@0
49
58
displayName : Setup NPM Authentication
50
59
inputs :
You can’t perform that action at this time.
0 commit comments