I’m seeing some odd behaviour I can’t explain. I\'m using wix to generate a msi and using the msbuild GenerateBootstrapper task to handle pre-requisites. It all seems to build correctly i.e. there
I\'ve added the AssemblyInfo Task reference to my C# project file (VS2008 .NET 3.5), but when I build I get the following error
Just wondering if anyone knows if there are any MSBuild starter kits out there. What I mean by starter kits is that from the looks of it most builds to kinda the same sort of steps with minor change
I have this task that creates a service: Target Name=\"InstallService\" DependsOnTarget开发者_JAVA技巧s=\"CopyFiles\"
I\'m using some custom tasks from MSBuild Extensio开发者_Python百科n Pack (MEP). My projects are splitted among many files. In those files I import the MEP tasks using(twice or three times in two/thre
I am trying to run a command line action in my Team Build (MSBuild). When I run it on the command line of the build machine it works fine.But when run in the build script I get a \"exited with code 3
I have created an MSBuild tasks for building my projects, but for various re开发者_运维问答asons I wan\'t to switch to NAnt.
I am trying to write a MSBuild logger module which logs information when receiving TaskStarted events about the Task and its parameters.
I have a custom MSBuild task that takes in a set of JavaScript files, minifies them, and outputs them, with the extension .min.js. When I do a normal build through Visual Studio, it works perfectly an
How can I use the c++ XSD Task in a c# project? I have already created the task in the csproj file like this: