Click here to Skip to main content
15,884,388 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
We use Remote Desktop to connect to our Application Development Server.(VS2012 and TFS2010 )

We have Workspace define in our Server.
The problem is, we need to Change Build path of the same project in different Workspaces. as it does not allow to build application in the same path..

But changing the Build path of every project in the solution is time consuming for every user. also It slows the deployment process of Application Adminsitrator.

How can we overcome? Will TFS Build useful??? but can we devug using TFS Build???
Posted
Comments
Jibesh 4-Feb-13 13:23pm    
"as it does not allow to build application in the same path" why not? are you running the application while build is in execution?
prathameshpitale 4-Feb-13 13:25pm    
Yes, Another user is running the same application on the same path but in different workspace, so while another user is executing the other one has to stop till first one complete the execution.
Mike Meinz 4-Feb-13 14:45pm    
I think you should use ClickOnce deployment so that you can build your applications and then deploy them to an installation location where the users access the program to install and run them. ClickOnce can be configured to force the user to allow the installation of the latest version or let the user decide. You can decide when to publish the compiled program to the installation location.
prathameshpitale 4-Feb-13 23:51pm    
That is ok for Final Deployment Mike. but what if the developer wants to Debug an Application, to debug an application only one execution is allowed from on location in VisualStudio.

Basically We can solve the problem by changing all the build paths of the projects in the solution. But it becomes very tedious and time consuming.

When we Check-In the Application(Solution) to Team Foundation Server, the Build path of others users also get change when they check out the solution to change it.

Mike Meinz 5-Feb-13 8:22am    
I guess I don't understand what you are trying to do so I won't post any more to this question. Maybe the folks in the MSDN forums can help with your questions. There are forums there specifically for Team Foundation Server questions.

1 solution

Reading the comments on your post it seems like you should look at customizing the MSBuild, TFS Build isn't what you should be looking at. You could have a bat file that developers run and a bat file that gets executed for when you need to deploy or build to a different location.

http://go.binarydigit.co.za/-/30[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900