You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ok! Found your apps!
This seems to be a Flutter project.
Let's set it up for you!
'flutter pub get' failed
I haven't even been able to run my publish command: msstore publish -v fasten_amd64.msix
The text was updated successfully, but these errors were encountered:
AnalogJ
changed the title
Msstore CLI assumes Flutter project when attempting to publish msix
Msstore CLI assumes Flutter project when attempting to init with pubspec.yaml file
Feb 12, 2024
The CLI doesn't support Dart projects that are not Flutter projects.
If you already have the msstore_appId in your msix_config section, there should be no need to run the init command. Not sure why you got a 'flutter pub get' failed, but the init should not be needed.
The package command should build and package your MSIX, and the publish command will get the MSIX and publish it to partner center. You just need to run package and publish in your CI, and you don't need to point to where the MSIX is. You can (with the inputDirectory option), but you don't need to (it will try to find it based on the project type).
I just noticed that the package command is broken on newer version of Flutter since they changed the default build output folder (it now has the arch, x64 or arm64). Working on fix, so in the meantime just point to the specific MSIX using the inputDirectory option.
Related to YehudaKremer/msix#250
Hi!
I'm attempting to publish a pre-generated msix file
I'm calling
msstore init .
with the following pubspec.yaml file:which results in the following error:
I haven't even been able to run my publish command:
msstore publish -v fasten_amd64.msix
The text was updated successfully, but these errors were encountered: