Open
Description
Issue Description
Running build.cmd -pack
should always generate new vsix packages when there's something new to build. Today it looks as if incremental build specifically for these packages is broken in some way, or doesn't exist.
Steps to Reproduce
build.cmd -pack
make a change
build.cmd -pack
Expected Behavior
All generated VSIX's get overwritten when relevant
Actual Behavior
No new VSIX is generated, or it's generated with stale bits (can't confirm, but I suspect)