Skip to content

Commit 3fc9d6e

Browse files
authored
Merge pull request #193 from microsoft/octogonz/fix-publishing
Fix the publishing pipeline
2 parents 41d3e4e + 246ee2c commit 3fc9d6e

File tree

3 files changed

+379
-95
lines changed

3 files changed

+379
-95
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)