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 092c1ce commit ed53a71Copy full SHA for ed53a71
azure-pipelines.yml
@@ -13,7 +13,7 @@ steps:
13
14
- task: gitversion/execute@0
15
16
- - script: echo "##vso[build.updatebuildnumber]$(GitVersion.MajorMinorPatch)"
+ - script: echo "##vso[build.updatebuildnumber]$(GitVersion.SemVer)"
17
18
- task: Bash@3
19
displayName: Update version number in react-spaces package.json
@@ -81,5 +81,5 @@ steps:
81
condition: ne(variables['Build.SourceBranch'], 'refs/heads/master')
82
displayName: Publish react-spaces (BETA)
83
inputs:
84
- command: 'custom'
85
- customCommand: 'run publish:beta'
+ command: "custom"
+ customCommand: "run publish:beta"
0 commit comments