Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/commands/appstore-upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ export class PublishIOS implements ICommand {
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");
}

this.$options.release = true;

if (!ipaFilePath) {
let platform = this.$devicePlatformsConstants.iOS;
// No .ipa path provided, build .ipa on out own.
Expand Down Expand Up @@ -82,7 +84,6 @@ export class PublishIOS implements ICommand {
}
}

this.$options.release = true;
this.$itmsTransporterService.upload({
username,
password,
Expand Down