We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75e2a2e + bebb136 commit d056c6aCopy full SHA for d056c6a
fastlane/lanes/build.rb
@@ -149,7 +149,8 @@
149
gradle(
150
task: 'assemble',
151
flavor: 'WordPressJalapeno',
152
- build_type: 'Debug'
+ build_type: 'Debug',
153
+ properties: { installableBuildVersionName: generate_installable_build_number }
154
)
155
156
upload_installable_build(product: 'WordPress')
@@ -170,7 +171,8 @@
170
171
172
173
flavor: 'JetpackJalapeno',
174
175
176
177
178
upload_installable_build(product: 'Jetpack')
0 commit comments