So I\'ve built my project and I want to use the VS2008/2010/2012 \"Publish To File System\" option in Visual Studio 2013 Preview to push my project to a staging server for t
With two other people looking over my shoulder and making random suggestions, we finally stumlbed across the answer. It turns out that VS2013 requires you to create a New Profile for each and every publish you make for each and every project in your solution. Hmm. :-\
This can be accomplished easily:
<New Custom Profile...>
\\server\sharedfolder\
The rest of the settings are common as they were in the past.
The next time you go to publish just select the profile and you are done.
The first time in to VS 2013 you will not have a "New Profile" option as described by KeyOfJ.
This worked:
Next time you want to publish this project, VS. 2013 will default to the Profile name you just entered, and you will be able to publish in one click.
Can you find Team Explorer? View -> Team Explorer. Click Commits, and you can see "Publish to Remote Repository". Type in TFS URL or other Git repo to upload your project.
FYI, running Visual Studio 2013 Update 5 the publish web dialog looks a bit different, screenshot below:
You can create a fake web connection and then reenter data, selecting Local File System.