Action before pack MSIX #1337
Replies: 2 comments
-
Hi @vadimbarda, if you are working with codemagic.yaml file, I believe you can run your copy script in between the build and msix packing script, something like:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi. I'm developing Windows application on flutter. Now I have issue with creating MSIX package to publish to Windows Store. I need to copy one of the builded library to VFS folder before creating MSIX package. What I need is to way in Codemagic to run copy command after build, but before creating MSIX package. What is correct way for that? Thank you
Beta Was this translation helpful? Give feedback.
All reactions