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

Can the extension support asynchronous submissions, or return earlier? #61

Closed
apwillies opened this issue Dec 3, 2018 · 3 comments
Closed

Comments

@apwillies
Copy link

Here's the problem: Once submitted, the app can sit "in certification" in the Windows Store anything from 1 to 72 hours to approve a build. The binaries are uploaded to the store fairly quickly, and then the windows-dev-center-vsts-extension just waits for the Store to move to the "publishing" phase. If the app sits a long time "in certification," our build server is locked up the whole time and is unable to do anything else. In these situations, we have to Cancel the release to unblock the build server. Even though we are only submitting to our Alpha flight and not releasing to the public, the Windows Store approval workflow doesn't seem to care and could take days to approve the submission.

Can the extension be asynchronous? Or can it return once the submission is complete, and not wait until the "publishing" phase?

There was a similar issue here - but that seems to have been sparked during a slow phase on the Store.

@zurdev
Copy link
Contributor

zurdev commented Dec 3, 2018

You can check 'Skip polling' under Advanced Options:
Skip polling submission after committing it to Dev Center. Warning: if you check this box, you will not see errors, if any, that your submission may run into. You will have to manually check the status of your submission in Dev Center.

@apwillies
Copy link
Author

apwillies commented Dec 3, 2018

Thanks @zurdev - I'll try that right away. UPDATE - Works great.

@elendil326
Copy link
Contributor

Closing this issue as resolved. Feel free to comment or reopen if this solution doesn't satisfy your needs.

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

No branches or pull requests

3 participants