Replies: 1 comment
-
Just as SolutionPackager.exe requires both Two notes
|
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.
Uh oh!
There was an error while loading. Please reload this page.
-
When packing the solution with
pac solution pack --zipfile "C:\path\solution_packed.zip " --folder "C:\path\unpacked" -p managed -loc
the Resource files not merged into the packed solution.However using
SolutionPackager.exe /action:pack /folder:C:\path\unpacked /zipfile:C:\path\solution_packed.zip /packagetype:managed /localize /sourceLoc
Resource files are correctly merged into thecustomization.xml
.Is this not supported anymore?
Beta Was this translation helpful? Give feedback.
All reactions