When I try to publish in Windows 7 from Visual Studio 2010 via File System, no files are added to my target folder. If I choose "Replace matching files with local copies", nothing happens. If I choose "Delete existing files prior to publish", it deletes the files in the target folder, but no new files are published. This is the output I get:
Deleting existing files...
Publishing folder /...
========== Build: 3 succeeded or up-to-date, 0 failed, 0 skipped ==========
========== Publish: 1 succeeded, 0 failed, 0 skipped ==========
Any thoughts?
EDIT: Forgot to mention that I'm running VS as an Administrator. If I don't, publish will explicitly fail.