I wrote a post build script to process some of the files created when Visual Studio builds my Windows app for the Windows Store. Unfortunately, the post build event is triggered before the .appxpackage files are created. Does anyone know of a work around that would let me mvoe or copy the .appxpackage file after it is created?
- This is a C# Windows Runtime app for the Windows Store.
- I am using the menu Project/Store/Create App Packages... to do the build.
I'm looking at but I can't figure out how to use it to run a batch file and to have various macros available in that batch file. Help would be appreciated if the after build target mechanism would work.