Skip to content

Commit

Permalink
Auto stash before rebase of "origin/master"
Browse files Browse the repository at this point in the history
update versioning tasks
  • Loading branch information
dansiegel committed Dec 21, 2019
1 parent 42ffc8b commit 29363b5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Source/build/jobs/sandbox-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ parameters:
jobs:
- job: sandboxAndroid
displayName: Sandbox Android App
condition: succeeded()
pool:
vmImage: $(MacImage)
demands:
Expand All @@ -15,11 +14,14 @@ jobs:
workspace:
clean: all
steps:
- task: vs-publisher-473885.motz-mobile-buildtasks.android-manifest-version.android-manifest-version@0
- task: android-manifest-version@1
displayName: 'Bump Android Versions in AndroidManifest.xml'
inputs:
sourcePath: Sandbox/Xamarin/HelloWorld/HelloWorld/HelloWorld.Android/Properties/AndroidManifest.xml
versionCodeOption: 'buildid'
versionCode: '$(Build.BuildId)'
versionName: '7.2.$(Build.BuildId)'
printFile: true

- template: ../steps/set-runtime.yml

Expand Down
6 changes: 4 additions & 2 deletions Source/build/jobs/sandbox-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ parameters:
jobs:
- job: sandboxIOS
displayName: Sandbox iOS App
condition: succeeded()
pool:
vmImage: $(MacImage)
demands:
Expand All @@ -23,11 +22,14 @@ jobs:
inputs:
provProfileSecureFile: Prism.mobileprovision

- task: vs-publisher-473885.motz-mobile-buildtasks.ios-bundle-version.ios-bundle-version@0
- task: ios-bundle-version@1
displayName: 'Bump iOS Versions in Info.plist'
inputs:
sourcePath: Sandbox/Xamarin/HelloWorld/HelloWorld/HelloWorld.iOS/Info.plist
versionCodeOption: 'buildid'
versionCode: '$(Build.BuildId)'
versionName: '7.2.$(Build.BuildId)'
printFile: true

- template: ../steps/set-runtime.yml

Expand Down

0 comments on commit 29363b5

Please sign in to comment.