- I am transitioning my web application solution from xcopy deployment to Web Deploy deployment.
- I have a PostBuild action that generates files the web app needs at runtime.
- I want to use the 'Only files needed to run this application' option.
The generated files are, of course, not in the solution - which means that they don't get picked up by the setting above (which I want to use in order to avoid a long, long, ugly list of files-to-exclude). I know that there's a way to exclude files and folders explicitly, but is there a way to include files explicitly?