I have a msbuild script that includes creation of a few PDF\'s using PDF creator. It\'s the Convert2PDF.vbs that\'s being used, converting doc\'s to PDF\'s, and a while ago it stopped working and none
I would like to know if there is a possibility to get the list of project\'s include directories when building files with custom build step.
In our automatic build we use MSBuild in combination with web.config transformation to create an acceptance config and a production config.
In a particular SOA-styled application I\'m working on we have a large number of unit tests in each service. The tests for each service run serially, and I want to test running the tests for each serv
I am trying to specify some additional targets/tasks to an msbuild file by extending an existing msbuild file (a web applicartion .csproj file). The idea 开发者_如何学JAVAis to put configuration speci
I use TFS 2010, VS 2010. I wrote a custom msbuild proj file which I use locally to build my solution. I use MSBUILD.exe TFSBuild.proj and it does everything in my local machine. (I have a taregt call
This should be simple, but I can\'t find how to do this (or maybe it\'s not possible). In MSBuild I have an ItemGroup that is a list of files.
I am trying to create a simple build process for a quite complex (many projects) vs2010 solution. I wish for a folder structure such as this
The PropertyGroup MSBUILD Task on WIX lets you set the LinkerBaseInputPaths property, its essentially the -b parameter for light.exe.
I\'m using MSBuild to release my .net code and update the da开发者_StackOverflowtabase. I\'m having an issue with certain characters. The following scripts work fine when run in the SQL management stu