nantcontrib
What are prerequisites to automate building of C# and Powershell API based project developed using Visual studio
I am writing an SCVMM like VMM management agent to install it as a service on Windows server 2008 R2 only.[详细]
2023-04-04 21:12 分类:问答How to check in NAnt script whether property is set or not?
Hi I am create a release script using NAnt. How can I check a variable value is getting or not. Now I call my script like this[详细]
2023-03-31 04:28 分类:问答is there a deploy tool (or set of tools) that supports rollback of a deployment?
I\'m learning FluentMigrator. The thing that I like about FM is that it supports the idea of Forward and Back for migrations (aka Up/Down). I\'m finding that it\'s not ideal about this; there are some[详细]
2023-03-06 01:00 分类:问答msi creation using nant msi task
I am trying to create an msi for my application. I pass the client and version parameter using the command:[详细]
2023-02-15 21:01 分类:问答How do i get the list of replaced files using nantcontrib vssget task in cruise control . net
I am using NantContrib vssget task to retrieve the latest code from Source Safe in a build process. I would like开发者_Python百科 to know what files have been updated /replaced, basically any changes[详细]
2023-02-05 19:52 分类:问答Nant Script using .Net 2? Why?
I have a very simple setup, a whole solution that builds using .NET 3.5. Runs fine on my machine, and the build server. I have since added a script to my build file, which will create an XML file, lis[详细]
2023-02-05 14:04 分类:问答Replace default Nant task by different one
I want to redefine copy task from Nant without changing my .build configuration files. Is it possible in nant?[详细]
2023-01-20 14:21 分类:问答How do I use internal commands (Command.com) from NAnt? ("type" etc)
On windows systems, certain dos commands don\'t have executables that can be explicitly called via NAnt\'s exec task. (I\'m talking specifically about commands that are part of Command.com)[详细]
2023-01-17 03:48 分类:问答Cruise Control .Net not showing Nant build errors
We are running Cruise Control 1.5.7256.1 and using it to do builds开发者_运维知识库 using Nant and Nantcontrib. The builds are failing and succeeding correctly, but when they fail the related error me[详细]
2023-01-16 04:59 分类:问答How to create a Visual Source Safe branch using NAnt
Summary I currently have a NAnt build script that performs a vssget on either the latest source code, or a specific branch (using a ${branch} parameter).[详细]
2023-01-12 02:05 分类:问答