-
Notifications
You must be signed in to change notification settings - Fork 12
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
allowTargetFutureDeviceFamilies
needs to be initialized
#8
Comments
This argument exists: |
@azchohfi Alright so I'm trying to fork this to test it out. Would you know how the |
Yeah, not sure how it is done. |
Maybe @isaacrlevin can help here. |
Thanks for your help. That builds it, though it looks like the action is unable to run:
It does not appear that |
Hey folks, thanks for collaborating on this. Question for @yaakovschectman, how are you testing? Locally? I agree that rewriting this in ts is ideal. I don't have the bandwidth at the moment to do this. I would ensure that everything runs locally if you can. |
I would recommend just using the Microsoft Store Developer CLI. Is there a scenario that you need that it doesn't support? |
Is it possible to install/run the MS store CLI from within a Github action? The end goal is to work toward continuous integration/deployment, which was the impetus behind looking for an appropriate Github action. |
On Windows devices it should be straightforward with winget, but at other platforms you can use the download-workflow-artifact. These particular steps are actually missing in our docs... |
It does not appear that a windows environment running a github workflow has winget installed. Or if it is, the manner in which to invoke it is not obvious. |
Yup, I've opened an issue to track this: |
I've an app on the partner center with one completed submission that I am attempting to test updating using this action, which results in the following error response when attempting to upload the new submission:
Is there an argument for
allowTargetFutureDeviceFamilies
, or a setting that needs to be set on the partner center?The text was updated successfully, but these errors were encountered: