Exclude 32-bit files from .cspkg
With SDK 2.9 whenever I "package" my cloud service I get a .cspkg file which is a ZIP archive containing a .cssx file. The latter is also a ZIP archive which contains "base" folder with a "x86" subfrolder which contains a number of platform executables. Those x86 executables are useless because only 64-bit processes are usually run and the x86 files only inflate the package.
They should not get into the package.
1
vote
