Link to home
Start Free TrialLog in
Avatar of Valimai
Valimai

asked on

How to automate publish on website on build - command line post build

hi there,

how to I publish (as in right click on project / click publish) automated.

How can i publish with a command line on the post-build command line area in Visual Studio?

thanks
ASKER CERTIFIED SOLUTION
Avatar of surajguptha
surajguptha
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Valimai
Valimai

ASKER

Nope, i want to do as I have stated in my original question.

When i publish my control library it is published to a location. When i build two other projects they copy the publish control library in to their projects. The only automation missing is the publish.

How do i publish using command line automatically on build please??
Avatar of Valimai

ASKER

also, xcopy is not publish
I would definitely look at a tool like NAnt (http://nant.sourceforge.net/) or Cruise Control.NET (http://confluence.public.thoughtworks.org/display/CCNET/Welcome+to+CruiseControl.NET)

I'm using CruiseControl.NET on a project right now for this very task.
Avatar of Valimai

ASKER

thanks all, but found the solution here.
http://www.dotnetcurry.com/ShowArticle.aspx?ID=74&AspxAutoDetectCookieSupport=1

(refund pls)