MSBuild is an XML-based build platform from Microsoft.

learn more… | top users | synonyms

0
votes
1answer
23 views

MSBuild Property is not updated to reflect current item's Identity

I have an MSBuild script with a defined Target and ItemGroup. Inside the target, i define a PropertyGroup like so: <PropertyGroup> <StartedMessage>##teamcity[testStarted ...
2
votes
1answer
43 views

MSBuild treating Content files differently in different environments

I have a project with a structure like this: > Project > App > Config > File1.json > File2.json File1.json and File2.json are marked as Content, ...
2
votes
2answers
68 views

Changing .cpp file causing Visual Studio 2012 to recompile unrelated files

Curious if anyone knows how to troubleshoot this; I have a particular .cpp file that, for some reason, whenever I modify it (even just adding a whitespace character) and build the project, causes a ...
0
votes
1answer
74 views

TFS agnostic MSBuild Script

We currently have a "fairly" CI agnostic MSBuild script that is being built on TeamCity. The script does the following: Versions the assembly attributes using the TeamCity build number Compiles the ...
6
votes
1answer
87 views

How to convert colored output of a console application (like MSBuild or PowerShell) into HTML format preserving colors?

When I run certain console applications (particularly, MSBuild or PowerShell) they produce an output containing text of different colors (for warnings, errors etc). Sometimes I need to save it for a ...
0
votes
2answers
35 views

Teamcity build leaves all code behind in the folder

I've a problem with teamcity. The build works fine after svn checkout and it moves all files in the right folder, but i still get the aspx.cs files of the project. What's the best way to delete them?
0
votes
0answers
26 views

Make build independent of source root path

I want to make my build independent of local workspace path and source code structure. This is my current workspace code organisation: teamproject1 project1.1 project1.2 teamproject2 ...
0
votes
0answers
21 views

Generate MSBuild projects “on the fly” at runtime

I'd like to create a script that takes advantage of MSBuild's Project-Level parallelism. To achieve that i'd like to (somehow) create a script that generates in-memory MSBuild projects at runtime, ...
0
votes
1answer
26 views

Active username differences while using the MSBuild API for VC++?

I have begun working directly with the MSBuild API in order to extend our build process and increase the flexibility. I have successfully automated the entire process of building our project, but not ...
0
votes
1answer
30 views

tfs build email changes of last successful build

Is there some nice way, of sending all changes since last successful build and send me the changes? I would prefer update my workflow process rather than *.proj file. Any example would be ...
0
votes
1answer
37 views

Error MSB4036: The “Output” task was not found

I'm new in C# and I have created a new project in visual studio 2010. I build this one and I have this error in my View Error List: Error 1 The "Output" task was not found. Check the following: ...
2
votes
1answer
79 views

How does Visual Studio decide when and how to rebuild IntelliSense?

I'm trying to write a code generation tool. For this tool it's important that the generated code is available prior to building (i.e., for IntelliSense). I know Visual Studio will at least partially ...
0
votes
0answers
14 views

Parallel looping with MSBuild

I'd like to create an MSBuild script that performs a given set of tasks for multiple items (folders). For example: Root |-- A |-- B |-- C The script will perform the same set of tasks for A, B, ...
1
vote
1answer
15 views

XSLTC.EXE MSBuild Task

I have several XSLTs used in my ASP.NET web application. I want these files to be compiled to dll whenever I build the project. Currently, I'm compiling the xslts manually by invoking xsltc.exe from ...
0
votes
1answer
199 views

Using msbuild to execute a File System Publish Profile

I have a c# .Net 4.0 project created with VS2010 and now being accessed with VS2012. I'm trying to publish only the needed files from this website to a destination location ...
2
votes
1answer
100 views

Indirect references in VB.NET solution breaking build

Project A references Projects B. Project B references Project C. Project A does not reference Project C. This builds fine locally. However, on the build server it errors out because Project A does ...
1
vote
1answer
18 views

Build on the Build Server Error: CS1730, After updating the Projects

Step 1: Do the edit for following to the *.*proj files <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import ...
0
votes
0answers
38 views

Error building in TeamCity

While building a project in TeamCity I get this error. Any idea why? [15:05:04]Step 2/2: Web Admin (MSBuild) (6s) [15:05:07][Step 2/2] x.Admin\x.Admin.csproj.teamcity: Build target: Build (4s) ...
1
vote
1answer
88 views

XPath expression for parsing WiX Processing-Instructions as MsBuild properties

I have the following wix include VersionFile.wxi <?xml version="1.0" encoding="utf-8"?> <Include> <?define ProductVersionMajor = "1" ?> <?define ProductVersionMinor = "00" ...
0
votes
0answers
39 views

RazorGenerator.MsBuild Setup - What am I doing wrong here?

The instructions on how to set up package RazorGenerator.MsBuild (RGB) to pre-compile my views are somewhat vague to me. I am running into a few issues that I can use some help with: The instructions ...
2
votes
1answer
39 views

MSBuild and MSTest in non-TFS Build tool with MSBuild Outdir

I've been charged with coming up with a workflow in a non-TFS build tool that will build a solution, run unit test projects in the solution, then package the final output of the build for deployment. ...
0
votes
0answers
31 views

MSBuild performance problems after server migration

We are running TeamCity with 20-ish .Net build configurations. All of them uses MSBuild 4.0. We recently moved one of our build agents from a machine running Windows Server 2008 to a new physical ...
2
votes
1answer
68 views

Using SlowCheetah Config Transforms on Web.config in a 3.5 Web Forms app

I downloaded SlowCheetah into an old .Net 3.5 web forms application in order to add transforms to web.config. I've used SlowCheetah with Windows Services and Console Applications to transform ...
1
vote
0answers
32 views

MSDeploy broken on Team Build Server after Installing Visual Studio SDK

I have had nightly builds set up and working for a few months until now. I installed Visual Studio 2012 SDK on Saturday and now my builds are not deploying via MSDeploy. My build server has Visual ...
1
vote
1answer
70 views

How do I use an MSBuild file from Visual Studio 2012?

I have a simple MSBuild file that I'm learning with. Here it is: <?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="4.0" DefaultTargets="Clean" ...
1
vote
0answers
66 views

MSBuild error when building VC++ 2012 MSB6006: “CL.exe” exited with code -1073741502

When building a sln file which only contains c++ projects using VS 2012 on TeamCity, I get the following error: error MSB6006: "CL.exe" exited with code -1073741502. Does anyone know what does this ...
0
votes
1answer
55 views

TeamCity Build Failure

I have tried many things today to get my build to work in Teamcity but to no avail. Here is my setup. I have 2 build configurations in TeamCity Build Solution Build Deployment Package Debug ...
0
votes
1answer
28 views

How can I collect name of dlls, which have already built during a running build.

I have TFS 2012 with Build Agent and Buld Controller. If I start a build, which is very time consuming, I would like to write to the log file the names of dlls that have been built (like build ...
0
votes
0answers
76 views

MSBuild says XML doc file (created from C# comments) does not exist, but it exists prior to build

When I set the property <DocumentationFile> on a MSBuild project, the CoreCompile task is always executed, even when all files are present and up-to-date. MSBuild says it runs the CoreCompile ...
2
votes
1answer
57 views

How to pass path with spaces and trailing backslash to MSBuild as property

When I try to pass some directory path into MSBuild script as follows: MSBuild.exe myproj.proj /p:DirPath="C:\this\is\directory\" And in .proj file I use it as <PropertyGroup> ...
1
vote
1answer
53 views

How to add item transform to VS2012 .proj msbuild file

Based off this answer describing an item transform to convert image files from jpg to png, I made an item transform that converts .docx file to .pdf. When I call it from my projectname.proj build ...
1
vote
1answer
59 views

Build Server Will NOT Deploy certain apps

We recently upgraded to TFS2012 and now we have an MVC app and a WCF Service both built in VS2012 that WILL compile and build but will NOT deploy. Any ideas on what I should research? I read that MS ...
1
vote
2answers
38 views

How to display NUnit errors nicely in TFS2010 via MSBuild

I'm trying to integrate NUnit into a TFS build workflow. I found the MSBuild.Community.Tasks NUnit integration, which is great. I can run NUnit on my test DLLs as part of the TFS build. So far so ...
0
votes
0answers
45 views

Web Essentials bundle into directory other then bundle settings?

I am trying to bundle several JavaScript files generated from TypeScript, the bundle file itself is (and should preferably remain) in a directory different from that where the final JavaScript file ...
3
votes
0answers
74 views

Entity Framework does not embed metadata into dll

What I'm trying to do I currently have a project file that contains a single EF 5 Model with the .edmx configured to embed the metadata into the output assembly. If I run a local package via Visual ...
-2
votes
1answer
35 views

How to prevent a dialog to popup while build?

I have a project that use a dll which always shows a popup window while building. It's very annoying and I want to get rid of it. The problem is the popup window prevents me from doing the automate ...
0
votes
1answer
37 views

MSBuild referencing DLL's in Task

I have the following inline task defined in a .csproj file that should run BeforeBuild. <UsingTask TaskName="VersioningTask" TaskFactory="CodeTaskFactory" ...
1
vote
0answers
112 views

How to build Visual Studio 2012 Publishing Profiles on a Build Server with MsBuild without installing Visual Studio 2012

I read through many of the posts on here and never found a clear answer that worked. So after spending the time getting this to work, I figured I should post it. Problem: The publishing profile ...
2
votes
1answer
86 views

How do I target TFS build agents that does not have a specific tag?

Our MS build setup has several build machines with multiple agents. The agents are tagged with different software installed on the build machines. My build is looking for two tags using ...
1
vote
3answers
70 views

TeamCity “.Net Process Runner” hangs

We have started migrating our one of several projects to team city as part of CI. Below is how we have setup teamcity build. We are trying to deploy WebSite. 1) Build Step 1 (Package installation) ...
1
vote
1answer
32 views

Faster ResolveAssemblyReference Task

I want to build my solution faster. From VS output window I see that the ResolveAssemblyReference Task takes much time. How can I make it faster? Maybe I should specify paths for a Assembly ...
2
votes
1answer
50 views

Schedule a task after deployment

I need to setup a scheduled task in Windows Task Scheduler (v2.0 on Windows Server 2008 R2) right after my web site deploys. I am using TFS 2010 to build my application, and apparently my MSBuild ...
1
vote
0answers
65 views

How to get latest code from TFService using alternate credentials?

as part of our continues integration process we want to get latest code from TFService in order to execute automated tests locally. We already could download the latest builds, but we cannot execute ...
2
votes
0answers
31 views

Where can I find information on MSBuild:* as VS Custom Tool?

I have seen MSBuild:SomeTarget used as Custom Tool in recent versions of Visual Studio (for example, MSBuild:Compile slow save). However I can not find that documented anywhere. Where can I find ...
1
vote
1answer
51 views

How can I set the deployment path for an iisApp Provider using MsDeploy?

I am creating Web Deployment Package zip files for my Web Applications I found I am able to specify the Site Name of the application by including a pubxml during the packaging of my site and using ...
0
votes
1answer
47 views

How to add TRX file to TFS build report

During msbuild process I get TRX-file and I want to add this file to TFS unit-tests report. How can I do that?
3
votes
1answer
53 views

Creating Multiple SetParameters.xml from One Build task

I am searching for a solution that allows me to generate a Web Deploy Package and the associated deploy.cmd and SetParameters.xml. But I need to generate a deploy.cmd and SetParameters.xml Per ...
0
votes
2answers
61 views

Jenkins fails in signtool.exe

I am using signtool.exe to sing my msi output through a proj file in Jenkins. My command to sign the msi is, "C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\signtool.exe" sign /f ...
0
votes
2answers
49 views

Issue with building .NET project

I've got very strange issue with building .NET project. I am using latest Visual Studio 2012. When I try to build whole solution it says "Build successful". I have several projects in solution and ...
0
votes
0answers
31 views

GraphCmd.exe : URI formats are not supported

I am trying to validate architecture through MsBuild in my CI server. I have a design model project(.modelproj) in my solution and I have changed the project file to load the ...

1 2 3 4 5 97