-
Notifications
You must be signed in to change notification settings - Fork 11
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
UploadXvcPackage throws HttpRequestException #43
Comments
Noting that I have the same issue: it looks like the package was successfully uploaded on Partner Center, but then this response code seems like a false-negative, prompting our CI/CD system to abort distribution. |
In our case we thought this error happened because we were trying to upload the same package twice, but recently even after removing package from the branch we still get the same error. The biggest offender of this issues is that it indicates Error, returns code 3 and exits the program as failed. When checked on the Partner Center we can see that the app was uploaded but only msixvc file, the others(ekb, .zip and xml) were not uploaded presumably because upload failed on Processing It would be nice if the program would return at least more meaningful error than generic 301 |
Running into this issue as well from latest source. Seems to upload all the files successfully then reports the 301. |
We are also seeing this for MsStore packages (but not other package types) on 1.7.6. |
UploadXvcPackage operation has started throwing the following exception.
Upload operation has worked correctly in our deployment pipe month ago with the same setup. Tested with v1.7.5.
The text was updated successfully, but these errors were encountered: