Tagged Questions
0
votes
0answers
9 views
MSBUILD.EXE gives exception: MSB1025: An internal failure occurred while running MSBuild
I am trying to generate the build using the TFS automated process.
When i add a database project to the projects to build. The TFS build process fails givng erre MSB1025
Found a workaround to set ...
1
vote
0answers
24 views
TFS Build skips webfonts
Recently we started using webfonts in our projects. When we queue build all the files from the project gets copied however TFS build skips the webfonts (extension .woff, .ttf) Does anyone know why ...
0
votes
1answer
61 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 ...
0
votes
2answers
31 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
1answer
21 views
MS Build Conditions
I have a couple of conditional statements in a property group of a project:
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
...
1
vote
0answers
134 views
VS2012 Custom Build Step - Treat Output As Content
I am currently migrating a reasonably large solution from VS2008 to VS2012. To date, this solution has been dependent on a command line build for several build steps, and I want to use the project ...
0
votes
1answer
124 views
Set MSBuild Web Publish Property “ExcludeGeneratedDebugSymbol” from Command Line
I'm using NAnt to build my project and publish web site project(s). I'd like to include the PDBs in the resulting package. How can I set the ExcludeGeneratedDebugSymbol property from the command line ...
0
votes
0answers
28 views
Is there any way to display a total build time for a solution with multiple projects? [duplicate]
I have recently installed an SSD into our systems in the hope of speeding up build times for our large solutions.
In an effort to log build times I discovered that I could change the MSBuild output ...
1
vote
0answers
54 views
Does changing the output verbosity in Visual Studio 2010 affect build times? [closed]
I've recently installed an SSD into our systems to hopefully improve build times on our large projects.
Upon coming to test these drives I discovered that I could change the MSBuild output verbosity ...
1
vote
2answers
96 views
Release DLL after creation in BuildManager
I have written an C# WPF Application to compile code during runtime. The application does basically the following steps
click button [Compile stuff]
Create code files via StreamWriter
Build code ...
1
vote
0answers
44 views
Silverlight Test project - found conflicts between different versions of the same dependent assembly
I have a Silverlight project and i use Castle Windsor 3.2 as my DI container.
My test project is a Silverlight class library and i use Moq to mock out my interfaces.
Moq is dependant on a reference ...
0
votes
1answer
38 views
mt.exe unable to terminate
Sometimes when I compile C++ code using nmake, the build process gets stuck at the manifest tool mt.exe (see the bottom of this screenshot - http://i.stack.imgur.com/pgyzT.png). It just never ...
0
votes
0answers
77 views
MSBuild: How to skip unnecessery testing of unmanaged files?
Recently I have developed a msi-installer using wix and have integrated its project into MSBuild via Visual Studio. All works, but now after build I have a couple of warnings like the following:
...
0
votes
0answers
53 views
Bootstrap MSBuild, CSC compiler etc
I was wondering how do these code analysis tools such as Semmle and CAST work in the sense of bootstrapping the compilers, linkers and build engines? Specifically I want to be able to create a set of ...
0
votes
0answers
153 views
SGEN Could not load file or assembly with TFS Build
I cannot get any of my projects to build using TFS Automated Build due to a failure with sgen.exe. The exact error is:
SGEN : error : Could not load file or assembly ...
0
votes
1answer
126 views
MSBuild pre-build event that is a dependency at compile time but not at runtime
I have two projects in a SLN solution:
Project X: executable.
Project Y: library.
Project Y doesn't really depend on X (I shouldn't add X to the References list of Y), what happens is that project ...
0
votes
2answers
287 views
Use Devenv.com to show output in commandline and an Output Log file
How can i use the devenv.com to show the output in command line window as well as an external log file.I am using the following command line for building a solution file
devenv.com /Build ...
0
votes
1answer
565 views
Changing Config based on Build Definition TFS 2012
I have one code base but multiple clients. Is there a way that I can use a build definition to build out to separate IIS folders and also change the config for each client as well rather than changing ...
0
votes
2answers
150 views
Publishing only the built .sln files artifacts in TeamCity
We have a git repository that contains about 6 .sln files.
Each solution has around ~ 15 projects.
We also use TeamCity to poll our git repository and build in case any changes are found.
I'd like ...
4
votes
1answer
120 views
Run an MSBuild target only if project is actually built
I have an MSBuild file that builds */.sln files (builds all .sln files that exist).
The build uses the Build target, so if no changes were made to input files, no project should be built again.
I ...
1
vote
0answers
98 views
Overridden AfterBuild target in MSBuild script is not executed
I have a very simple MSBuild script that builds a bunch of .sln files:
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!-- Builds all *.sln files under this ...
0
votes
1answer
193 views
specify project file of a solution using msbuild
I want the commandline for building a particular project of a solution using msbuild like we do with devenv.com.In devenv.com we can specify a project of a solution using following commandline
...
0
votes
2answers
331 views
How to add a linked file to a csproj file with MSBuild. (3.5 Framework)
I'm trying to us MSBuild to add a linked file to my .csproj file.
This is .Net Framework 3.5 (and not 4.0). I mention that because I'm seen some 4.0 specific stuff trying to manipulate the XML.
Here ...
3
votes
1answer
54 views
[MSBuild]::Add invocation returns error MSB4186
MSBuild engine returns error MSB4186 for '$([MSBuild]::Add($(OldRevision), 1))' statement.
I'm using an example from here, but it does not work for me:
error MSB4186: Invalid static method invocation ...
0
votes
1answer
79 views
Minimum CI slave requirements to build MVC TFS solution
What are the minimum requirements for pulling and building a TFS hosted Visual Studio 2012 MVC solution on a clean Windows 2012 Server VM?
I'm setting up a continuous integration slave and I want to ...
2
votes
1answer
54 views
better to use rebuild for solution with many projects or clean + build
Now i know there have been many questions asking about what the difference is and i understand that they refer to different MSBuild targets.
But i was wondering which would be better for a solution ...
0
votes
0answers
97 views
Edit a string in all tables of an msi database c#
Is there any way to edit all tables of an msi database installer.For example i have a string
"label" in some of the coulmn of certain tables in installer.I want to replace the "label" with "text".I ...
0
votes
1answer
110 views
TFS Build randomly wont run
We have a TFS 2010 build server. After running a Queue Build upon a build definition of a VS sln or msbuild file, randomly (around 30%) the build process won't run. The build log window showed only 3 ...
3
votes
1answer
78 views
Reset App Pool via Prebuild Command from VS2010
I am looking for a way to automatically reset the app pool in IIS7 when I run a build. Currently I have to manually recycle the app pool before I deploy our code to our test server or the build ...
0
votes
1answer
123 views
How can I build all Solution (.SLN) files under a directory
We needed to automate testing that all of the C#, C++, & VB.NET samples we ship compile properly. We need it to build all files without our listing each one. Listing each one means if someone ...
0
votes
1answer
190 views
Running MSBuild from command prompt with OpenCV
I want to create a batch file that builds several Visual Studio 2010 projects. My project property sheet is setup to use opencv, and building from Visual Studio works fine, but when I run the MSBuild ...
0
votes
1answer
126 views
Should I use MSBuild/.NET only when developing, testing and debugging Mono applications under Windows
When developing, testing and debugging Mono applications under Windows, should I go with MSBuild/.NET (and a mono profile like explained here) only or should I (also) go with XBuild/Mono?
The reason ...
0
votes
4answers
250 views
Continuously building and delivering only changed components
My team builds a .NET based software and several other components. Currently using TeamCity to do the continuous integration, MSBuild for simply compiling .sln file (plus some other small tasks such ...
0
votes
1answer
65 views
execute PostBuildEvent after AfterBuild on Visual Studio
How do I make the postbuildevent execute AFTER the AfterBuild is completed?
Feel free to ask me if you need any more info..
I would appreciate any help on this.
Thanks.
0
votes
1answer
45 views
Freeware to generate MSBuild file
Does anyone know of any good freeware to generate an MSBuild file? I'm using VS 2010 and have a web site (not web application) so there is no .csproj file.
1
vote
2answers
150 views
Create a MSBuild file in vs 2010
I have a web application build on .net 3.5 that is built using VS 2010 pro edition. I am trying to automate the build task for msbuild. Is there a way to make a build file of my project in VS 2010? Or ...
0
votes
0answers
41 views
Setting up a run variant in ST2 for C++
this really drives me crazy... I am using the MSBuild package to build my visual studio projects. The build system script looks like this with my added variant(which doesn't work)
{
"cmd": ...
1
vote
3answers
96 views
Build only changed item or build all ,which is preferred in continuous integration?
Our software is split into multiple components.
Msbuild scripts automate our build and batch scripts to invoke it.
We are taking the daily build of our components even if we have small changes.
We ...
1
vote
1answer
133 views
Building new Visual Basic Project with MSBuild targetting .NET 2.0
I have no problem building my VB project in both VS 2010 and 2012 againt .NET 2.0.
However, the MSBuild refuses to build it because it does not like one VB language feature introduced in VS 2010 (it ...
0
votes
1answer
183 views
Compressing source code after build
I have to make a compressed zip file of my source code everytime I build the solution.
I've tried to do this, so on the project properties page I have this code on the "Post-build event" textbox:
if ...
1
vote
1answer
61 views
TeamCity - Checkout contents of two different branches in a single project
I want to be able to checkout all contents of the main branch and also contents of another branch to the same working directory in the TeamCity build agent.
For example
I would like scripts from:
...
0
votes
0answers
435 views
Why is my MSBuild script failing, when it works in the IDE? [closed]
Background: I have put together a Visual Studio 2010 project with two projects. The first project has 4 configurations: Debug, ReleaseDevSit, ReleaseUatBat, ReleasePrd. It has dependancies on the ...
0
votes
1answer
882 views
TFS Build/MSBuild 2010 bin folder auto redirection to binaries folder not redirecting all projects
I have TFS2010 build workflow that compiles our solution which contains ~100 projects. Compilation is successful, tests run as expected etc. The issue I have relates to the redirection of the bin ...
3
votes
1answer
145 views
Build system with integrated tools
How would one go about creating/using existing build systems with integrated build tools.
Example:
Need to build c# or C++ or C. Some projects are only MS based, other projects/solutions are Linux ...
0
votes
1answer
106 views
How can I merge two ItemGroups in MSBuild
I have two ItemGroups:
<ItemGroup>
<Compile Include="A.cs" />
<Compile Include="B.cs" />
<Compile Include="C.cs" />
</ItemGroup>
<ItemGroup>
...
4
votes
1answer
459 views
MSBuild: parallel builds and .Net projects
I've written a MSBuild project files which try to build in parallel all the configs of my VS2010 solution:
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ...
1
vote
1answer
222 views
Using MSBuild in C#
I have some batch codes:
Path=C:\Windows\Microsoft.NET\Framework64\v4.0.30319
ECHO Trying TFS build...
msbuild D:\WORK\project\project.sln /p:Config="Debug" /p:Platform="Any CPU" ...
2
votes
3answers
2k views
MsBuild copy file after build
I want to copy xml file from main directory to bin\Debug after building the project, but my solution doesn't work. I edited .csproj file and addded:
<Target Name="AfterBuild">
<Copy ...
0
votes
1answer
80 views
TFS SDK Build Projects
I'm using TFS SDK and I wrote some code which is getting latest version of the selected project from the server. Now that I have the code downloaded I would like to invoke a build of the source ...
0
votes
2answers
101 views
How to set debug=false while building a solution in teamcity
I want to set debug=false while building a solution using msbuild in teamcity. Is there any parameter that I can pass so that while building in release mode it wont copy the debug symbols in bin ...



