Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aeagle committed Mar 31, 2024
1 parent 092c1ce commit ed53a71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ steps:

- task: gitversion/execute@0

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

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

0 comments on commit ed53a71

Please sign in to comment.