开发者

How do I save the publish location in SVN for VisualStudio 2008?

Where is the publish location stored in 开发者_开发百科a VisualStudio project? How can I make sure when a different developer checks out my project that they can publish the project to the same location. This is for internal projects.

Update: This is for web projects.


in de project file as a property:

<PublishUrl>publish\</PublishUrl> 

<InstallUrl>\\fileserver\Public\MyApp\</InstallUrl>

Assuming your project file is also in svn it should already work...

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜