I know this a is a common issue, but everything I can find in the forums seems to relate to 64bit framework incompatability (which is not an issue in my case).
I am trying to write an MSBuild wrapper script that builds a vcproj (well, a solution containing vcproj files) and then copies the output of a particular vcproj file into a special \"package\" directo
We\'ve started to separat开发者_运维知识库e out our single VS solution into multiple solutions for better maintenance.I am wondering if there is any best practice out there for msbuild script that bui
Is there a way to provide credentials to get latest files from TFS using TF.exe command line utility? My company was recently took over by another company. After acquisition, my machine was imaged as
I am using MSbuild for CI tool and have many C# projects located in different directories. There many dependents projectsas well. Some develope开发者_开发技巧rs use Add Project option to add project a
As part of my build process in MSBuild 4.0, I end up with the following directory structure: \\OutDir \\ProjectA
I have created some ms build tasks for my VS project. Rather than having to update the VS Project file with each of the tasks, is it possible to create an external file to hold the build tasks and re
I\'ve been looking into TFS2010 new build and deployment features with MSDeploy. So far everything is going well (although its been hard to find information about specific scenarios).
I\'m using VS2010 with the Web Deployment Projects to create a release package for my web application. In WDP I have created some build tasks to for example transform the web.config, create some direc
I have a build script that needs to hard code a path to an executable.The path is: C:\\Program Files\\Microsoft Visual Studio 9.0\\SmartDevices\\SDK\\SDKTools\\cabwiz.exe