nant
Nant: can't get current directory from .include
It\'s not exactly easy for me to summarize this... I have this structure on disk: [dir] project [dir] foo[详细]
2023-02-20 23:02 分类:问答Run a PowerShell script with Administrator privileges through NAnt
I am currently building an automated NAnt script which will deploy SharePoint web parts.The NAnt code for this process is:-[详细]
2023-02-20 11:59 分类:问答IIS 7 remote administration via C#
I have been looking into the Microsoft.Web.Administration.dll and the ServerManager class, trying to control our Windows Server 2008 IIS 7 instance.开发者_如何学运维[详细]
2023-02-20 10:24 分类:问答Nant signing error: does not represent a strongly named assembly
I am attempting to run Nant with the delay-sign command, and it is not seeming to work.I have开发者_StackOverflow all of my libraries strongly named within visual Studio:[详细]
2023-02-19 12:36 分类:问答Why doesn't NAnt generate a bootstrapper file after calling MSBuild on a project?
I have a project with this in its MSBuild script: <Target Name=\"AfterBuild\"> <GenerateBootstrapper ApplicationFile=\"MyApp.msi\" ApplicationName=\"My App\" BootstrapperItems=\"@(Bootstrapp[详细]
2023-02-19 06:58 分类:问答How to get .Net build macros in NANT build file?
I tried to make my .Net project to run a post-build script. This script is to trigger a NANT build. So, in the Build Events, I wrote the following line:[详细]
2023-02-19 03:33 分类:问答How do I get CC.NET automated build versionstamp written into Global Assembly Info file & referenced by several .NET apps?
I am currently \"automating the build\" of our .NET solution (which contains many projects, atleast 20. Some winForms, some web projects, all with different release configurations...ugh!). I am using[详细]
2023-02-18 07:01 分类:问答Nant task copy UNC with a drive specified (eg. \\server\c$\program files\blah)
I would like to use Nant to copy files to a path like \\\\server\\c$\\program files\\blah. To access this path, I first need to go \\\\server\\c$ and enter and user and password, then the former path[详细]
2023-02-18 06:59 分类:问答Using T4MVC with build script
Has anyone gotten T4MVC to run as part of a build script ? Preferably a NAnt build script.开发者_JS百科[详细]
2023-02-17 20:25 分类:问答nant <version> task
How can I use nanttasks to increment build versions? To be more specific how can I link this up with version numbers in assembly开发者_高级运维info.cs?You\'ll want to consider some sort of system for[详细]
2023-02-17 09:13 分类:问答