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 18 forks source link

Allow to skip waiting for release after submit packages (with backwards compatibility). #26

Closed vitaliy-leschenko closed 7 years ago

vitaliy-leschenko commented 7 years ago

To both tasks added new parameter "waiting" { "name": "waiting", "type": "boolean", "label": "Waiting to Release", "defaultValue": true, "required": true, "helpMarkDown": "It may take several hours." } It have default value "true", so by default it is backwards compatibility. But user can uncheck this option to skip waiting release.

msftclas commented 7 years ago

Hi @vlechenko, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla.microsoft.com.

TTYL, MSBOT;

msftgits commented 7 years ago

Hi, I am closing and re-opening this PR to bump the CLA bot. Sorry for the inconvenience!

msftclas commented 7 years ago

Hi @vlechenko, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! You've already signed the contribution license agreement. Thanks! We will now validate the agreement and then real humans will evaluate your PR.

TTYL, MSBOT;

kp101090 commented 7 years ago

@vlechenko This functionality has been added in the extension now. You can check 'Skip Polling' checkbox to avoid waiting for submission to get published. Your efforts to enhance the extension are really appreciated! Keep the feedback coming! :-)

vitaliy-leschenko commented 7 years ago

Thank you!