nant
Can Nant be used to deploy to different servers?
Can Nant be 开发者_运维问答used to deploy an application to a different set of servers based on some type of property/parameter?[详细]
2023-03-29 07:44 分类:问答Forcing the build to fail if there is a .net version mismatch
We have a few apps that still have to be 2.0 because they are going to go on client machines that won\'t have the v3.5 framework installed, and we want to make sure no code gets slipped in that doesn\[详细]
2023-03-28 17:08 分类:问答How do I return a specific exit code from NANT?
I have a nant script and I see that 开发者_JS百科even if my exec fails, the exit code of NANT is 0 anyway. How do I change NANT exit code?The exec task has an attribute called \"resultproperty\", whic[详细]
2023-03-28 11:07 分类:问答Continuous Integration/Builds with NUnit 2.5.x and .Net 4.0
Ok, so her开发者_StackOverflow社区e\'s my current setup and my problem at the moment. I have a growing set of projects in a Visual Studio solution. The solution contains about 15 projects (give or tak[详细]
2023-03-27 02:53 分类:问答What is a good practice for building software patches? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing th[详细]
2023-03-26 16:44 分类:问答Is there a way to use JavaScript for my build script instead of .CMD, .BAT or NAnt?
Is there a way to use JavaScript for my build script instead of .CMD, .BAT or NAnt? I am get开发者_StackOverflow社区ting tired or using a different language for my build and deploy scripts; surely the[详细]
2023-03-26 14:04 分类:问答How to change one line in a file using NAnt?
I need to use NAnt to update one specific line in a .js file. The line will be something like: global.ServerPath = \'http://server-path/\';[详细]
2023-03-23 03:25 分类:问答Basic Nant task
I\'m working on creating a simple Nant script that will utilize the assemblyname::get-version function which is documented here: http://nant.sourceforge.net/release/0.85/help/functions/assemblyname.ge[详细]
2023-03-23 01:52 分类:问答Excel automation from database, what's the Best Technology to do that?
I want to have Excel reports generated from the database. What do you think is the best Technology to use for Excel automation ?[详细]
2023-03-20 20:36 分类:问答CruiseControl "Unused node detected" error when adding xmlns to Project node
I am trying to use the Cruise Control preprocessor functionality to break my configuration into smaller reusable sections.I can use the include featu开发者_如何学Pythonre great from within the root cr[详细]
2023-03-20 04:49 分类:问答