Skip to content

Commit ed53a71

Browse files
committed
Fix
1 parent 092c1ce commit ed53a71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ steps:
1313

1414
- task: gitversion/execute@0
1515

16-
- script: echo "##vso[build.updatebuildnumber]$(GitVersion.MajorMinorPatch)"
16+
- script: echo "##vso[build.updatebuildnumber]$(GitVersion.SemVer)"
1717

1818
- task: Bash@3
1919
displayName: Update version number in react-spaces package.json
@@ -81,5 +81,5 @@ steps:
8181
condition: ne(variables['Build.SourceBranch'], 'refs/heads/master')
8282
displayName: Publish react-spaces (BETA)
8383
inputs:
84-
command: 'custom'
85-
customCommand: 'run publish:beta'
84+
command: "custom"
85+
customCommand: "run publish:beta"

0 commit comments

Comments
 (0)