Skip to content

Commit 246ee2c

Browse files
committed
Add npm-republish.yaml
1 parent 6e732ff commit 246ee2c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
variables:
2+
NodeVersion: 10
3+
steps:
4+
- checkout: self
5+
persistCredentials: true
6+
- template: templates/build.yaml
7+
- script: 'node common\scripts\install-run-rush.js publish --apply --publish --include-all --npm-auth-token $(npmToken)'
8+
displayName: 'Rush Publish'

0 commit comments

Comments
 (0)