File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ extends:
64
64
customCommand : publish --tag prerelease
65
65
workingDir : ' _build'
66
66
publishRegistry : useExternalRegistry
67
+ customEndpoint : btt-npm-publish-token
67
68
publishEndpoint : btt-npm-publish-token
68
69
continueOnError : true
69
70
- stage : Release
@@ -92,6 +93,7 @@ extends:
92
93
customCommand : dist-tag remove "$(npm_package)" prerelease
93
94
workingDir : ' _build'
94
95
publishRegistry : useExternalRegistry
96
+ customEndpoint : btt-npm-publish-token
95
97
publishEndpoint : btt-npm-publish-token
96
98
- task : Npm@1
97
99
displayName : Add latest tag for azure-devops-node-api in Npm
@@ -101,4 +103,5 @@ extends:
101
103
customCommand : dist-tag add "$(npm_package)" latest
102
104
workingDir : ' _build'
103
105
publishRegistry : useExternalRegistry
106
+ customEndpoint : btt-npm-publish-token
104
107
publishEndpoint : btt-npm-publish-token
You can’t perform that action at this time.
0 commit comments