microsoft / windows-dev-center-vsts-extension

Visual Studio Team Services (VSTS) extension for performing continuous delivery to the Windows Dev Center store from your automated CI builds
Other
42 stars 17 forks source link

Option for waiting to Finish the Submission #23

Closed baumerik closed 7 years ago

baumerik commented 7 years ago

Hi,

The waiting for processing the publish in the windows store can take a long time. Can you provide an option so that the task finished after commiting this submission and not to wait until the whole process is finished? Like "Fire and Forget".

I my case I upload to Apple and Play Store too. If I have to wait on all of this stores my build will run too long.

Thanks Erik

kp101090 commented 7 years ago

Hey baumerik, Can you elaborate more on what exactly you are trying to do? Are you using publish task in a Build Definition or Release Definition? If you are using Release Definition, you can configure the release definition to run the environments in parallel so that you are not waiting for one environment to finish while other one is running (more information can be found here). If you are using Build Definition (essentially producing an artifact), you can link this build\artifact in a release definition in which you will have three different environments uploading to three different endpoints (Apple Store, Play Store, Windows Store) and set to run in parallel.

Let us know what you want to achieve so we can help better!

vitaliy-leschenko commented 7 years ago

Hi All,

I have this issue too. I have huge count of lines in log: Submission status for "applications/9WZDNCRDM0S9/flights/4cae27e1-e57d-4fd5-8b82-dca949a30bff/submissions/1152921504626175794"Certification

I want no waiting for certification complete because all of what I need it is only submit packages.

baumerik commented 7 years ago

Hi @kp101090, I think about a "refactoring" of our build and release process but then the agent will blocked to just for waiting. for a Live deployment it's okay but for test deployments it should be a stupid waiting und blocking process. So I think this is feature for a release Definition too.

Thanks Erik

kp101090 commented 7 years ago

@baumerik @vlechenko We saw you pull request and we are pleased to see people actively contributing to the community! We really appreciate that! In order to provide best user experience considering different scenarios, we are having conversation with Windows Store and API team. We will get back to you soon. Thank you very much for your patience!

nickward13 commented 7 years ago

I would like this feature too - it would be great to not have the VSTS build pipeline waiting for the store submission to complete, but rather just kick it off, and then continue on processing the pipeline.

zurdev commented 7 years ago

Added Skip polling Checkbox