msbuild-task
GenerateBootstrapper fails to create a working setup.exe
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[详细]
2022-12-29 04:41 分类:问答Get an error when trying to set the build version with the AssemblyInfo Task
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[详细]
2022-12-28 08:52 分类:问答MSBuild Starter Kits
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[详细]
2022-12-28 02:57 分类:问答install a service on a remote computer from a MSBuild script
I have this task that creates a service: Target Name=\"InstallService\" DependsOnTarget开发者_JAVA技巧s=\"CopyFiles\"[详细]
2022-12-27 06:50 分类:问答How to get import custom tasks more than once without warning message?
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[详细]
2022-12-25 16:17 分类:问答How to get MSBuild Exec to run a java program?
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[详细]
2022-12-25 00:02 分类:问答MSBuild's XmlMassUpdate task in NAnt?
I have created an MSBuild tasks for building my projects, but for various re开发者_运维问答asons I wan\'t to switch to NAnt.[详细]
2022-12-23 17:54 分类:问答Read attributes of MSBuild custom tasks via events in the Logger
I am trying to write a MSBuild logger module which logs information when receiving TaskStarted events about the Task and its parameters.[详细]
2022-12-23 08:57 分类:问答msbuild custom task
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[详细]
2022-12-22 15:12 分类:问答Use XSD Build task in c# project
How can I use the c++ XSD Task in a c# project? I have already created the task in the csproj file like this:[详细]
2022-12-22 04:34 分类:问答