Tagged Questions

2
votes
2answers
39 views

MSBuild: asterisks and strange ItemGroup Exclude behaviour

I have a script that attempts to construct an ItemGroup out of all files in a certain directory while excluding files with certain names (regardless of extension). The list of files to be excluded …
1
vote
1answer
24 views

Updating web.config with an MSBUILD task

I'm using an Web Deployment project to do a few post build tasks on a website I'm deploying. I want to use a FileUpdate task to update my web.config and change the compilation mode from debug="true" …
0
votes
2answers
11 views

MSBuild taking forever to check timestamps when started from VS

I have a MSBuild file that uses item batching to send a bunch of files into a task. The target uses a vector of items for input and output. When I run msbuild from the command line (I run make which …
5
votes
4answers
87 views

.NET Dependency Management and Tagging/Branching

My company is having trouble figuring out the best way to manage our builds, releases, and branches... Our basic setup is we have 4 applications we maintain 2 WPF applications and 2 ASP.NET …
2
votes
2answers
56 views

build script - how to do it

Hi everyone. About 2 months ago I overtook building proccess in current company. Even though I don't have much knowledge of it, I was the only with enough time, so I didn't have much choice. …
0
votes
1answer
17 views

Problem with msbuild, ClickOnce and PublishUrl

Hi everyone, I'm trying to make a batch file to publish the few ClickOnce application we have in one click. I'm using msbuild for that, and as an example the below command line shows how I'm doing …
1
vote
2answers
11 views

MsBuild Task: Register Com Component on remote/deployed-to machine?

I am currently still fiddling with our msbuild & deployment script and one of the steps is to register a (legacy) com component on the machine the code is deployed to. Is there any 'elegant' way …
1
vote
1answer
41 views

How do you read a registry value using a custom msbuild task?

I'm creating an MSBuild task that will read the registry for a specific registry key. If I write the same line of code (see below) in a console application, it returns the expected result, but when …
0
votes
1answer
19 views

Control pdb file output from build defintion file

Hello, I am trying to generate a release build with no pdb files generated. I have seen numerous posts that suggest right-clicking on the project, selecting Properties, going to the Build tab and …
1
vote
3answers
44 views

Deploying ClickOnce application to multiple servers

We're looking at using ClickOnce deployment as a means of distributing our application, however, due to problems with bandwidth, we would need to deploy the application to multiple servers on the …
0
votes
3answers
52 views

How to tell MSBuild where to put my compiled files?

Hi, I'm trying to use Nant to compile an ASP.NET MVC app, so far my build script just runs ms build and runs some other tasks, however I want my compiled files to be put in a "build" directory, how …
0
votes
1answer
23 views

How do I automate build and testing for an asp.net ajax application in Team Foundation Server?

Hi all, Q. We're looking for a way to automate build process, run test cases and store build results. A problem could be raise as the application on which we want to setup this process is an …
0
votes
1answer
34 views

DeleteTree fails on Hidden ReadOnly files

Hi, In my msbuild script I have to clean a directory, which has some hidden readonly subdirectories. I was using the DeleteTree task, but it fails on these. What is the best way to delete a directory …
0
votes
1answer
14 views

Automatize Publish of Application Web (VS2008)

Hi all, I have a solution sln and several projects (vbproj, csproj). I have web project, and I need automatize Publish (like menu option in VS2008). Can I replicate VS2008 "Publish Web Site" from …
0
votes
1answer
13 views

How to get TeamCity to recognize msbuild compilation errors, using the Rake runner

I have a .NET project with a Rake build script. Rake calls msbuild.exe to do the actual compilation. When I configure a TeamCity 5.0 build using the Rake runner, compilation errors are not recognized …

1 2 3 4 5 56 next
15 30 50 per page