Can Nant be 开发者_运维问答used to deploy an application to a different set of servers based on some type of property/parameter?
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\
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
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
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
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
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/\';
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
I want to have Excel reports generated from the database. What do you think is the best Technology to use for Excel automation ?
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