More Group Sites
School Rankings
Jobless Net
Better Home
Enviro++


Help | Subscribe/Unsubscribe | Rules | Other Group Sites: Better Education | Better Education Forum
Welcome Guest Search | Active Topics | Members | Log In | Register

Hoe to build a deployment project (.vdproj) from command line Options · View
hong
Posted: Monday, October 11, 2010 8:31:08 PM

Rank: Administration
Groups: Administration

Joined: 11/23/2008
Posts: 335
Points: 711
Location: Australia
MSBuild does not support deployment project (.vdproj). So we need to use the command line for continuous integration such as Cruise Control or Hudson. See the following example:

Code:
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv" FolderA\mySolution.sln /build Debug /project Setup /projectconfig Debug

Here the Setup is the deployment project "Setup\Setup.vdproj".

If you replace the project name with the project path ("Setup\Setup.vdproj") or project file ("Setup.vdproj"), it won't work due to the incorrect syntax.

Sponsor
Posted: Monday, October 11, 2010 8:31:08 PM
Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

ASPNET Theme created by Boskone (Dan Ferguson)
Powered by Yet Another Forum.net version 1.9.1.8 (NET v2.0) - 3/29/2008
Copyright © 2003-2008 Yet Another Forum.net. All rights reserved.
This page was generated in 0.525 seconds.