Skip to content

Commit 25f8b38

Browse files
committed
Update azure-pipelines.yml for Azure Pipelines
1 parent 779e484 commit 25f8b38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ steps:
1717
displayName: Update version number in react-spaces package.json to $(GitVersion.SemVer)
1818
inputs:
1919
targetType: 'inline'
20-
script: sed -i "s/0.0.1/$GITVERSIONNUMBER/g" package.json
20+
script: sed -i "s/0.2.2/$(GitVersion.MajorMinorPatch)/g" package.json
2121
env:
2222
GITVERSIONNUMBER: $(GitVersion.SemVer)
2323

2424
- task: Bash@3
2525
displayName: Update version number in react-spaces-storybook package.json to $(GitVersion.SemVer)
2626
inputs:
2727
targetType: 'inline'
28-
script: sed -i "s/0.0.1/$GITVERSIONNUMBER/g" .storybook/package.json
28+
script: sed -i "s/0.2.2/$(GitVersion.MajorMinorPatch)/g" .storybook/package.json
2929
env:
3030
GITVERSIONNUMBER: $(GitVersion.SemVer)
3131

0 commit comments

Comments
 (0)