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 cda4c93 commit 584faaaCopy full SHA for 584faaa
azure-pipelines.yml
@@ -76,3 +76,10 @@ steps:
76
inputs:
77
command: "publish"
78
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