The Power Platform VSCode extension makes it easy to manage Power Platform environments and allows the developer to create, build and deploy Power Platform solutions, packages and portals.
MIT License
211
stars
38
forks
source link
Need to run `pac solution pack` with -pca twice to include canvas app changes #412
When using pac solution pack with the processCanvasApp flag, it looks like changes to the canvas app source code are not included in the zipped solution unless you run the pac command twice.
I also noticed a difference in file size for the zip files, where the first run results in a smaller file than the following.
See below for examples of how I run the command and the resulting zip files:
When using
pac solution pack
with theprocessCanvasApp
flag, it looks like changes to the canvas app source code are not included in the zipped solution unless you run the pac command twice.I also noticed a difference in file size for the zip files, where the first run results in a smaller file than the following.
See below for examples of how I run the command and the resulting zip files: