Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload to store fails when TeamID is set #62

Closed
zurdev opened this issue Mar 7, 2017 · 1 comment · Fixed by #63
Closed

Upload to store fails when TeamID is set #62

zurdev opened this issue Mar 7, 2017 · 1 comment · Fixed by #63
Assignees
Labels

Comments

@zurdev
Copy link
Contributor

zurdev commented Mar 7, 2017

This looks like a regression caused by a change to fastlane deliver tool.
When TeamID input is set, the extension passes argument '-q ' to fastlane deliver, which results in: Error setting value 'teamid' for option 'apple_watch_app_icon'
Removing the value of TeamID from publish task resolved the issue.

@jeffyoung
Copy link
Contributor

Hi @zurdev. While it does look like it's a bug in the fastlane tools, it's actually a bug in our tasks. :-/

Whenever we call deliver, we're setting the corresponding arguments for pilot instead:
https://github.com/Microsoft/app-store-vsts-extension/blob/master/Tasks/app-store-release/app-store-release.ts#L160-L161
https://github.com/Microsoft/app-store-vsts-extension/blob/master/Tasks/app-store-promote/app-store-promote.ts#L106-L107

I'll get a fix out on this soon. I'm glad you've got a workaround for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants