Skip to content

Commit

Permalink
fix: use BuildNumber instead of PreReleaseNumber
Browse files Browse the repository at this point in the history
  • Loading branch information
carlh98 committed May 7, 2024
1 parent 0628c81 commit 75165d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/steps-build-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ steps:
displayName: "Bump Android Manifest Version"
inputs:
sourcePath: ${{ parameters.pathToAndroidManifest }}
versionCode: $(PreReleaseNumber)
versionCode: $(BuildNumber)
versionName: $(MajorMinorPatch)
printFile: true

Expand Down
2 changes: 1 addition & 1 deletion build/steps-build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ steps:
inputs:
infoPlistPath: ${{ parameters.pathToInfoPlist }}
bundleShortVersionString: $(MajorMinorPatch)
bundleVersion: $(PreReleaseNumber)
bundleVersion: $(BuildNumber)

- task: ios-bundle-identifier@1
displayName: "Replace iOS Bundle Identifier"
Expand Down

0 comments on commit 75165d6

Please sign in to comment.