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

Release Task to create Flight Subission fails with Status: 404 #75

Closed W0GER closed 1 year ago

W0GER commented 5 years ago

I'm encountering an error issue when attempting to create a Flight Submission.

Steps up to this point:

  1. Manually published an app with visibility hidden
  2. Used PowerShell StoreBroker to create Flight Resource named "Insiders"
  3. Using Azure DevOps Task Windows Store - Flight results in unexpected error. Expected the task would publish the flighted build.

From the logs:

2019-10-12T21:17:55.4807086Z Authenticating...
2019-10-12T21:17:55.4808771Z Authenticating with server...
2019-10-12T21:17:55.6233622Z Obtaining app information...
2019-10-12T21:17:58.5499366Z Obtaining flight resource for flight Insiders in app <idRemoved>
2019-10-12T21:18:01.4889998Z Deleting existing flight submission...
2019-10-12T21:18:07.2584436Z Creating flight submission...
2019-10-12T21:18:09.1477162Z ##[error]Status 404:  CorrelationId: 0dc9bb0b-f974-4888-bec5-808122358af8

Originally posted by @W0GER in https://github.com/microsoft/windows-dev-center-vsts-extension/issues/73#issuecomment-541362653 Moved this over to it's own issue as author of issue 73 stated this wasn't the same issue.