Skip to content

Commit 584faaa

Browse files
committed
Add beta publish step
1 parent cda4c93 commit 584faaa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,10 @@ steps:
7676
inputs:
7777
command: "publish"
7878
publishEndpoint: "NPM"
79+
80+
- task: Npm@1
81+
condition: ne(variables['Build.SourceBranch'], 'refs/heads/master')
82+
displayName: Publish react-spaces (BETA)
83+
inputs:
84+
command: "publish"
85+
publishEndpoint: "NPM"

0 commit comments

Comments
 (0)