MSBuild is an XML-based build platform from Microsoft.

learn more… | top users | synonyms

4
votes
2answers
97 views

Is there a recommended approach to configuring a NuGet package targeting multiple frameworks in TeamCity using MSBuild?

I've read a handful of posts (see references below) and have yet to find a guide on best practices that is specific to my tech stack. The goal: Create a single NuGet package targeting multiple .NET ...
0
votes
0answers
47 views

msbuild solution/project output

I'm trying to create an MSBUILD project to build a solution that consists of multiple projects that make up one website. The solution contains a few projects like so: Solution Website Module1 ...
1
vote
2answers
76 views

Build C++/C# created with Visual Studio 2012 without VS 2012 being installed?

If I have a Visual Studio Solution file of VS2012 with few C++ native projects and a few C# projects, can I build this solution without installing Visual Studio 2012 itself? This would ease (among ...
2
votes
2answers
90 views

Cannot add part for the specified URI because it is already in the package

I am using NUGET Pack in teamcity to build a package. But it is creating the following error. I am using nuget teamcity version 2.2.1. Step 2/2: Build Package (NuGet Pack) (14s) [12:10:40][Step 2/2] ...
0
votes
0answers
88 views

Automatic update-database in continuous deployment with Visual Studio 2012 and TFS 2012

Some weeks ago, I used the following steps to publish our developers' application to our testing Web site. Get Latest Version (Recursive) in Solution Explorer. Run Update-Database in Package Manager ...
0
votes
0answers
22 views

auto build error while shifting from vs2005 to 2010

Recently we migrated our project from VS205 to VS2010. Post migration we are observing the problem with automated build. Please, see below the details. Build machine is set up with CruiseControl and ...
1
vote
1answer
79 views

How to call MSBuild.ExtensionPack through MSBuild arguments?

Hi i am using MSBuild Extension Pack to install windows service to the remote machine. I was testing this through command prompt and it successfully installed the service. I now want to call this ...
0
votes
0answers
54 views

MSBuild + VS2012 Platform Toolset: Modify Linker Options?

We're working on a custom platform toolset for VS, and it needs to use link.exe, along with some custom options. Right now I am playing with the Link.AdditionalDependencies option. I can retrieve the ...
1
vote
1answer
51 views

Calling devenv.exe for multiple .vdproj files

I have a solution that has multiple vdproj files in it. I have created an item group in my build.proj file: <ItemGroup> <SetupProjectFiles Include="$(MSBuildProjectDirectory\**\*.vdproj"> ...
1
vote
1answer
55 views

MSBuild creates satellite assemblies for the wrong framework version

I have got a VS2010 solution which creates several assemblies for .NET 2.0. This also includes satellite assemblies. When I create everything with VS2010 it is fine. But I have a XP machine working ...
0
votes
1answer
54 views

How to get build number and date from Visual SourceSafe using visual studio 2010

i have developed the windows application in visual studio 2010 with C#. i am using visual source safe 2005 as the version controller. in my application have about us forms which contains the build ...
0
votes
0answers
40 views

MSBuild : Incremental build issue

I have question related to partial build. Scenario is as follows. I have solution which contains Windows form application project and its supporting class library projects. I am building solution ...
1
vote
1answer
74 views

How to use the MSBuild command line parameter called Configuration as a conditional compilation symbol?

I would like to display a string that tells user which build configuration was used to build the application. For example: If the command line resembled this: msbuild project.sln /t:Build ...
2
votes
0answers
78 views

How C# msbuild use build engine log

I wanna use msbuild in C#, there are 2 approach: we have a build engine to compile some xmls, and the engine has its own logging system. 1) Call msbuild in C# Process P=new Process(); ...
0
votes
2answers
122 views

MSBuild build fails when trying to use the “Get” task

I'm in the midst of doing a test upgrade from TFS2010 to TFS2012. They're using the Upgrade Template to run an extensive set of custom MSBuild tasks to automate their build and deployment. The MSBuild ...
1
vote
1answer
111 views

Pass value from MSBuild Task to TFS Build Workflow

There are numerous examples and ways on passing a property value from TFS 2010 Build Workflow into MSBuild however I need to do the reverse. Basically on the build boxes custom target files have been ...
0
votes
1answer
44 views

Visual Studio 2012 - Copy “Views” and “Content” to project Output Path

I have an MVC project and would like to have the build output to a different directory. I have set the Output Path in the project properties and this takes care of where all the .DLL's are deployed ...
0
votes
1answer
115 views

RegEX - Replace first occurrence of text only

I'm trying to replace only the FIRST occurrence of some text, firstly from within an online tool such as http://regexpal.com/ and then see if this works in an MSBUILD task. I can do what I want in ...
-1
votes
1answer
36 views

How to run a script at the start of the visual studio command-line tool?

I am using visual studio 2010 I need a script that launches the visual studio console and executes some commands More specifically something like this: %comspec% /k ""C:\Program Files (x86)\Microsoft ...
1
vote
1answer
75 views

Nant for .NET 4.5

We use Nant to automate our builds. We are upgrading out projects to .NET 4.5. It looks like Nant 0.92 which is the latest build only supports .NET 4.0. Is there anyway to get Nant to work with ...
1
vote
1answer
118 views

Run a solution from visual studio console without opening IDE

I am using visual studio 2010 SP1. What I first tried was this: 1.Open the visual studio console tool from start menu 2.Navigate to project folder (which already contains an executable) 3.run: ...
2
votes
1answer
126 views

MSBuild.ExtensionPack.Xml.XmlFile TaskAction=“ReadAttribute” Failing

I cannot read the value attribute of <add name="ReleaseVersion" value="4"/> in the app.config below. I am at a complete loss. I suspect the XPath value or a Key value. Target <Target ...
1
vote
0answers
100 views

Generic test deployment items generated during build?

How can I specify a generic test's deployment items to be files that are generated by the build process? My current understanding of the default build process template is that automated tests (edit ...
-1
votes
3answers
119 views

How to deploy windows services using MSBuild?

I have created a windows service project using Visual Studio which needs to be installed on to the remote machine using MSBuild. I have had a look at lots of resources on good ways of deploying ...
0
votes
1answer
65 views

building x64 c# project with msbuild results in 32bit targets

I'm using Visual Studio 2010 to build a c# project that has both x86 and x64 targets. When I build using the IDE, I get the correct result of x64 and x86 targets. When I use msbuild on the command ...
0
votes
0answers
53 views

TransformXml task failed while packaging

Hi when I try to do packaging stuff in MSBuild and build the solution. <Target Name="BeforeBuild"> <MSBuild Projects="%(ProjectReference.FullPath)" Targets="Package" ...
0
votes
1answer
112 views

the type or namespace name 'linq' could not be found in 'system'

I'm trying to understand the process of Bulding C# project using Microsoft Build Engine (also known as MSBuild) and I face to problem. The problem is simple, think I just don`t understand something. ...
9
votes
2answers
331 views

'Specified condition “$(PackageAsSingleFile)” evaluates to “” instead of a boolean?

The visual studio 2012 on my PC get the following error message when preview in the "Public Web". I need to restart VS to get rid of the error message. Invoke build failed due to exception ...
2
votes
1answer
47 views

Build summary disappeared - number of errors and warnings

seen similar questions with no answers. Trying my luck in case there are any late news. In VS2005, vcbuild was reporting the number of warnings and errors for each project, such as: MyProj - 1 ...
0
votes
2answers
69 views

TeamCity “The element <ParameterGroup> beneath element <UsingTask> is unrecognized.”

I receive the following error from an MSBuild task on TeamCity. The element <ParameterGroup> beneath element <UsingTask> is unrecognized.
0
votes
1answer
72 views

Use a single Visual Studio solution to build both x86 and x64 at the same time for C++/CLI project

As a follow-up to this question: Use a single Visual Studio solution to build both x86 and x64 at the same time? I'm using the technique in the accepted answer for C# projects and it works great. Is ...
0
votes
0answers
170 views

SlowCheetah transforms for non-web app.config

I am confused by the rapid pace and terrific work done by Sayed Hashimi and company on SlowCheetah, specifically whether or not SlowCheetah is able to transform files on Build instead of just Package ...
1
vote
1answer
31 views

MSBuild Messages for c++

Problem: Editings .props files with msbuild is failing. I'd like to see what the intermediate results of operations are doing with some output message. " is not supported" is the what the IDE is ...
1
vote
0answers
50 views

Specifying MSBuild tasks in Visual Studio 2010 (2012?)

I am trying to figure out how to specify values to MSBuild Tasks from within Visual Studio 2010. For instance, I have a build task called "BuildMergeModule" defined, and this build task takes an ...
0
votes
2answers
128 views

How to use $(OutDir) in Pre-Build Event?

$(OutDir) = \bin\Release (in local with VS2012) $(OutDir) = C:\...\BuildDefinition\Binaries (on TFS2010 Team Build) How to do in a Pre-build event to write a XCOPY which works in the two cases ? In ...
4
votes
3answers
91 views

How can I expose MSBuild 'Conditions' in VS2010 (for vc++)

I've got a custom build rule in VS2010 for my VC++ project. In this rule, I'd like to allow the users to add complex conditions on whether the file is processed. This also needs to be evaluated at ...
1
vote
2answers
85 views

How to add a command line code generator to Visual Studio?

I'm working on a project that uses code generation to generate C# classes using a command line tool from a text-based description. We are going to start using these descriptions for javascript too. ...
4
votes
3answers
168 views

.csproj multiple hint paths for an assembly

I'm packaging example code for an SDK distribution. In the distribution, the relative path from code to the SDK assemblies is different from the build machine. For example: Distribution ...
1
vote
2answers
235 views

Speed up MSBuild build process

My Buildprocess works fine but it takes nearly 3 seconds for a really small project. How could i speed up the build process? The logfile is to big for posting it. Feel free to ask questions about ...
0
votes
0answers
64 views

Adding additional library and include paths when compiling from command line

I'm trying to add additional paths to be used by my project group during compilation. Since C++ Builder 2010 uses msbuild I have tried looking at the documentation for that and according to what I can ...
0
votes
0answers
136 views

SlowCheetah for app.config transform - Transform not an option after installation

I may be doing something wrong, but I do not see any options to transform app.config or other XML documents after installing the latest Nuget package in solutions. I've tried two solutions, one an MVC ...
1
vote
1answer
382 views

How to determine if MSBUILD Arguments were executed for TFS Build Definition

I am using Team Foundation Service 2012, with a build controller hosted internally so I can deploy apps to our web servers. I setup the Build Definition, and am using the my Debug configuration, and ...
0
votes
1answer
56 views

MSBuild not triggering WebDeploy

Multiple TFS 2010 MSBuilds are not triggering Web Deploy to publish the web application to the IIS website. This is for multiple different software products, multiple different build configurations, ...
1
vote
3answers
43 views

Can I update non-xml config files using msbuild?

I have a config file which has an old stylee format (no xml) dbpath=C:\Program Files\Mongodb\Data\Db journal=true smallfiles=true Depending on the system I am releaseing too I want to update and ...
1
vote
1answer
64 views

VS2010 MSBuild Target only runs on rebuild

I'm currently attempting to build a C++ library and what I would like is that every time the build button is pressed I would get all of the include files to be moved to a certain directory. What I ...
0
votes
1answer
157 views

TFS Build fails with “Could not coyp file” of file not even in the project

I have TFS Build set up, which worked fine until yesterday. Since then I get the following error from one project: C:\Program Files ...
2
votes
2answers
123 views

How can I make sure only *.exe or *.dll file goes to output folder and any other build files goes to intermediate folder VS2012?

I created a C# project on VS2012 and I want that the output folder will only contain the .exe/.dll file and any other files that are created when building the project will go to the intermediate ...
1
vote
1answer
43 views

Rebuild WiX when custom action binary changes?

I have a hand-crafted MSBuild script that build my WiX based installer. The installer contains a custom action DLL as a <Binary> element. MSBuild thinks the MSI is still up to date when this DLL ...
0
votes
2answers
82 views

Cannot deploy my web application to remote location through MS build. This error comes up everytime

I am working on a big enterprise environment. When i try to deploy my solution to remote sever using ms build i get this error every time i try to deploy the app. According to the error message it ...
2
votes
3answers
97 views

Prevent MSDeploy (selectively) from deleting folders on target IIS server

I have an IIS web application with a structure roughly similar to: wwww.mysite.com file1.asp file2.asp \DotNet file3.aspx file3.aspx We are setting up TeamCity to do auto deployments. ...

1 3 4 5 6 7 97