We have 4 different environments at the moment (Lab, Test, Stage, LIVE) and we have implemented automatic deployment using Nant/CC.Net. I am investigating and doing some research as to what can be don
I\'m currently working on a script (using NAnt and C#) running on a TeamCity server, which is to create and deploy an MSI file on a remote computer. The remote computer is set up with a shared folder
In NAnt i have a very simple property to get the root of my project, it looks like this.: <property
开发者_如何学运维I am running a nant task to package all the source files into a zip and in the same task, I want to run a svn diff command on one particular folder to notify changes made within that
I am using nant 0.85 version. I have defined a property in a file and have not specified like\'read only=true\". But where ever I try to change the value of the property , I get the warning saying tha
I\'m trying to copy file to network path like \'\\\\serverA\\开发者_如何学Godestenation\\file\', but fail with Unauthorized Access exception. I have tried change ccnet service LogOn account, but witho
I installed TeamCity 5.03 on my windows machine a whil开发者_如何学编程e ago and it worked fine until I installed Visual Studio 2010. After installing it, I get the above error message and none my pro
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
I\'m using NAnt 0.85 as a build script. Part of the script is to complete the signing process of delay-signed assemblies using the delay-sign task.
My reflector trial has j开发者_Python百科ust ran out :( so I cannot really check the assembly at the moment, so I was wondering if there is any way to interact with nant files progmatically from .net.