7
votes
7answers
113 views
Build Process - What to use?
I'm considering writing my own delivery code using PowerShell and/or C#, maybe shelling to NAnt or MSBuild.
Why should I not go this way? Is this such a really hard
endeavor comp …
2
votes
4answers
126 views
building .net applications without Visual Studio
I'm interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE?
I …
0
votes
1answer
17 views
TeamCity NUnit test result visualisation
Hi,
Is there any way to produce visual results of NUnit tests from within TeamCity's "Tests" tab, currently my NAnt script outputs an .xml file of the results using the following …
2
votes
1answer
45 views
Structure of NAnt build scripts and solution structure on build server
We're in the process of streamlining/automating build, integration and unit testing as well as deployment.
Our software is developed in Visual Studio where we have use both C# and …
0
votes
1answer
19 views
Nant, SqlCmd -v switch and spaces in nant property fails build with invalid argument
I have a nant script that ...
1. takes the content of disc-file
2. assigns that content to a nant property
3. and then calls sqlcmd with a -v passing in that property containg the …
1
vote
2answers
59 views
What NAnt editors are available?
I'm doing quite a bit of NAnt script writing at the moment and would love to know how I can speed the process up?
I'm currently editing the script in Visual Studio, then going to …
0
votes
2answers
37 views
Can TeamCity’s .NET NUnitaddin process csproj files?
To cut to the chase, can the TeamCity .NET NUnitLauncher process Microsoft csproj files?
I ask this question because of the following.
I have a NANT build script. In this script …
0
votes
0answers
25 views
NAnt build c# project with Linq to SQL Classes
I'm in the midst, after many hours of researching how to automate the build process, writing a nAnt build script for a project that works with COM interop (not by choice... just th …
0
votes
2answers
56 views
Running a program on a remote machine as part of continuous integration
We use TeamCity, nant and psexec to run a command on a remote machine as part of the release packaging. Everything works fine when I run the nant from the console but when running …
1
vote
1answer
36 views
Msbuild and SLN unbindig
I want to unbind my sln file from TFS server and publish it on SVN is there any "easy" option to do this. It's easy to open sln and chose unbind option in Visual Studio, but does a …
0
votes
0answers
13 views
Nant reading file in reverse order
Hi All,
I have a text file. I need to read the content of the file from the reverse order (from EOF). Please let me know how I can achieve it using Nant script.
Thanks,
Priya.R
0
votes
1answer
41 views
NAnt or TFS build which is better?
There was a question about Msbuild and NAnt advantages and disadvantages. Now let's see which is better TFS Build(with msbuild) or NAnt. In my opinion NAnt because you can easily m …
2
votes
2answers
62 views
Build merge module without Devenv from .vdproj
I read quit a few Stackoverflow Questions about building mergemodules via commandline but all of them were accepted when either somebody suggested to use devenv for compilation or …
0
votes
1answer
46 views
nant task to create queue with c# code
<project name="aa" default="createqueue" xmlns="http://nant.sf.net/release/0.85/nant.xsd">
<target name="createqueue">
<echo message="started" />
<script l …
0
votes
1answer
25 views
Tool for Merging Database Scripts
Hey all, I'm wondering if anyone has ever used a tool which will take a series of .sql scripts and a manifest file of some sort and merge them into one big .sql file according to t …
