-
Notifications
You must be signed in to change notification settings - Fork 68
Disable PackageAnalysis mode while packing #27
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
Conversation
Using the detailed Verbosity level is a nice tweak! It does point out one other change that might be worth making though.
Looks like you might want to delete all the metadata bits that get put into the extracted package folder before repacking it:
|
Also, maybe you could copy the final package to $root instead, which would let you clean up the temp folder that currently gets left behind. That would also let you have a single Remove-Item call without needing to clean up all of the other extracted folders separately. |
@bording Good catch! I've updated the PR to also take this into account. |
I haven't read this comment before pushing up this last commit. Let me see what I can do about this. |
Better? |
The only other thing I see is that you could get rid of the Remove-Item calls on lines 115, 117, and 119 since you're now deleting the entire temp folder. Otherwise, 👍 |
9330e29
to
e26e775
Compare
Fixed! Awesome feedback! 😍 |
Disable PackageAnalysis mode while packing
Included changes trigger the following output