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 b33351c + 5ac1b3b commit 7123731Copy full SHA for 7123731
lib/commands/appstore-upload.ts
@@ -52,6 +52,8 @@ export class PublishIOS implements ICommand {
52
this.$logger.warn("No code sign identity set. A default code sign identity will be used. You can set one in app/App_Resources/iOS/build.xcconfig");
53
}
54
55
+ this.$options.release = true;
56
+
57
if (!ipaFilePath) {
58
let platform = this.$devicePlatformsConstants.iOS;
59
// No .ipa path provided, build .ipa on out own.
@@ -82,7 +84,6 @@ export class PublishIOS implements ICommand {
82
84
83
85
86
- this.$options.release = true;
87
this.$itmsTransporterService.upload({
88
username,
89
password,
0 commit comments