Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Visual Studio 2012 partial publish

when i publish my ASP.NET (webforms) website with Visual Studio 2012 always all files are uploaded. Even Images?

Is there a way to only publish changed files?

like image 671
daniel Avatar asked Sep 03 '12 14:09

daniel


3 Answers

Just FYI: Microsoft added that feature in VS 2012 Update #2 :

http://www.west-wind.com/weblog/posts/2013/May/10/Publish-Individual-Files-to-your-Server-in-Visual-Studio-20122

like image 56
el vis Avatar answered Nov 20 '22 01:11

el vis


For the record, the "only publish changed files" check-box that was in VS2012's Publish profile has been removed from VS2012's Publish profile. One step forward, two steps back.

like image 25
Glenn Doten Avatar answered Nov 19 '22 23:11

Glenn Doten


No, the Publish Wizard in Visual Studio does not offer this.

A suggestion is to publish locally and only update the changed files manually.

like image 1
Filip Ekberg Avatar answered Nov 19 '22 23:11

Filip Ekberg