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 6e732ff commit 246ee2cCopy full SHA for 246ee2c
common/config/azure-pipelines/npm-republish.yaml
@@ -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