Tagged Questions
0
votes
1answer
14 views
Unable to drop any build activity onto build sequence diagram
I have a strange problem with build process designer in VS 2010.
I have checked out a build process template for edit and opened it in the designer. I want to modify the workflow but I'm unable to ...
2
votes
0answers
34 views
Best Practices to manage,build,deploy both 32 bit and 64 bit Versions of a Desktop C# Application [closed]
Is there any Best Practices document or manual from Microsoft which outlines the best practices to manage the development, build and deployment of both 32 version and 64 bit version of a C# Windows ...
0
votes
0answers
18 views
MSBuild batch updating ItemGroup MetaData with output from a custom task
I am trying to use MSBuild 4.0 to Uninstall\install a set of windows services I have defined in an ItemGroup using the MSBuild extensions. The problem I am running into is if the service does not ...
0
votes
3answers
66 views
Try to Automate the Build Process for C# Solution through user click
I tried to establish a process through a click button where I can do following activities.
Objective
Download the latest code from SVN.
Build 2 set of Codes to create dlls and exe-
(a)Web ...
1
vote
1answer
69 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
111 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 ...
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>
...
5
votes
0answers
101 views
Storing Windows SDKs in source control?
The question is at the end - let me start by posing the context:
One of the problem we are facing at work when using Visual Studio is to make sure that everybody on the team is using the same version ...
7
votes
1answer
200 views
What is the best way of automating Windows Service deployment?
I have created a windows service using C# in Visual Studio 2010. I did a lot of research about automating the installation process. Got lots of advice but none did work for me. The windows service i ...
0
votes
2answers
124 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 ...
0
votes
2answers
91 views
Dynamic files include on Visual Studio build process
I got a question about the build process on VS.
I have a DLL Project with 3 .cs files inside. I would like to be able to define which files to include in the compilation process. So I can build a dll ...
0
votes
2answers
45 views
MSBuild get all project referencing/using a project
We want to setup a build process to prevent breaking changes on our branch. We have a common library/project being referenced by multiple projects. So that, when a change is made on this common ...
0
votes
0answers
117 views
TFS Build Machine - Web project + Silverlight
I am unable to build on the TFS build machine my project... I have a web project that has a silverlight app.
Somehow the problem is related with the copy of the XAP file to the clientbin folder.
In ...
0
votes
1answer
75 views
automatically add items to folder
Here is brief explanation about my project.
By using Build Definition, when I execute the build, two steps has to be executed
Generate a file
Deploy the file that I generated
To do so, I needed ...
0
votes
1answer
576 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
0answers
48 views
MSBuild. How does one build “By Solution” but also digitally signing each assembly?
I'm trying to sign my assemblies inside of MSBuild.
Let's say my "MySuperCoolSolution001.sln" is composed of 3 csprojects. (Not seen).
By building the (one) Solution(.sln), will that pass the ...
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 ...
1
vote
1answer
20 views
Fluent NHibernate in msbuild
I'm writing an automated build script to run acceptance tests. My application uses Fluent NHibernate. My build script should deploy the database before running the tests. Is there an msbuild task for ...
0
votes
1answer
89 views
how to integrate in msbuild in to solution
I am working with integrating in MSBuild xml tasks file in to a visual studio 2012 solution. The file performs 2 tasks, 1 to validate against StyleCop, the other to run FxCop analysis. I have created ...
1
vote
1answer
63 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:
...
2
votes
3answers
2k views
Automated Slow Cheetah Build methods
I don't want to install Slow Cheetah on all the build servers.
We are using Slow Cheetah for config transformations and it is working perfectly fine. It generates multiple app.config files and we ...
0
votes
1answer
75 views
Not Getting CA1822 on Local Build
I know that a software engineer usually isn't screaming, hey all I'm not getting an error, can you help me get one! But currently I need this error to show up locally because it's failing on our CI ...
0
votes
1answer
893 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 ...
1
vote
0answers
312 views
How to get all Content files with CopyToOutputDirectory = Always?
Is there an easy way in MSBuild to get all Content files defined in a *.csproj file with the CopyToOutputDirectory set to Always? For some reason, my MSBuild script isn't copying these files to my ...
2
votes
1answer
304 views
Get NuGet package folder in MSBuild
I want to call executable tools like NUnit which I manage via NuGet in MSBuild:
<Target Name="Test">
<CreateItem Include="$(BuildCompileDirectory)\*.Tests.*dll">
<Output ...
6
votes
1answer
744 views
Don't Run Unit Tests from Certain Assemblies in TFS 2012 Build Definition
In TFS 2012, we have several build definitions - CIs, Deployments and nightly.
Our CI builds run all of the (n)unit tests from our solution, however, we need to get it to ignore certain tests.
This ...
0
votes
1answer
86 views
Need advice regarding deployment on multiple remote machines
Currently I am using ms-deploy to build and deploy on several machines using team-city. In my current scenario, I need to build, package and deploy on Dev. After this I need to deploy this package on ...
0
votes
1answer
358 views
Team Build TF10122 error when using $(BuildAgentId)
I am trying to use the this Build Agent Folder for my build definition...
$(SystemDrive)\Builds\$(BuildAgentId)\VPB
... but I get the following error.
TF10122: The path ...
2
votes
1answer
768 views
Building 4.5 code without the 4.5 runtime installed on the machine?
We have a large & complex system running under .Net 4.0. We want to start introducing code written for .Net 4.5, but can't (yet) assume that .Net 4.5 is installed on all the developer machines, ...
1
vote
3answers
498 views
Visual Studio Website build fails intermittently on CI server
We have a fairly complex Visual Studio solution (57 projects, 19 of which are website which fails to build almost every time when triggered by pushing code, but then we manually trigger the build and ...
0
votes
1answer
166 views
How do I access ITaskItem meta data from with my MSBuild script?
I have a custom Build task that returns ITaskTem[] as output to my build script. I cannot find an documentation/examples on how I can access these values from with in my MSBuild script.
My Execute ...
1
vote
2answers
459 views
Do I really need cmake for build automation?
I'm currently investigating cmake to allow automatic building on the Win32 platform. For all runtimes and libraries I'd like to build, Visual Studio (2008/2010) projects do allready exist.
I've come ...
2
votes
1answer
626 views
Does MSBuild need Visual Studio to be installed?
I'm setting up a build server using Atlassian Bamboo. MSBuild is included with the .NET framework, so I believe I can build .NET applications fine at least without VS2010.
We mostly develop in C++ - ...
2
votes
1answer
650 views
MsBuild Zip every file in directory in separate Zip files
I have a folder with a large number of *.xml files.
I need all those files to be zipped each in a separate zip file.
Example:
- file1.xml
- file2.xml
- file3.xml
After msbuild:
- file1.zip
- ...
1
vote
1answer
90 views
Preferred approach to environmental building with Rake? (Coming from Msbuild/Nant)
I have written and maintained a lot of Nant/Msbuild files, and have got a few problems in a current project where it seems that rake would make my life a lot easier. However I am a bit stumped on the ...
0
votes
2answers
130 views
Any way to replace visual studio's usage of msbuild and still get error reporting in the IDE?
Any way to replace visual studio's usage of msbuild and still get error reporting in the IDE? I think I might want to compile in VS with NAnt or Rake or PowerShell, or something that is just as smart ...
2
votes
1answer
249 views
Do any GUIs exist for running build automation files (rake, msbuild, nant)
Do any GUIs exists for processing and running rake, msbuild or nant files?
Although I don't mind working with the command line I still find that I occasionally have to delve into rake/msbuild files ...
0
votes
1answer
253 views
Creating Environment-specific configuration files in VS-2010
I'm trying to create environment specific configurations in Visual Studio 2010 and can't get the transformations to occur for anything other then the App.config. Here is an example of my scenario:
...
1
vote
4answers
410 views
Why do we increment build number every time even for nightly build?
What is the use of incrementing version number for nightly build?
In our project we will increment build numbers only when we release it for system testing.
Please some one clarify me. What are all ...
3
votes
3answers
2k views
MSbuild for updating the assemblyinfo file
I am writing a batch file to automate a series of tasks. One of these tasks is to update the version of the dlls in my solution, by editing the assemblyinfo.cs file in the various projects in my ...
2
votes
2answers
438 views
TFS 2010: Perform different builds and command line task in sequence?
my build process with TFS 2010 should perform different task one after the other like:
Build 1st project in solution
Execute MSBuild via command line (to publish the project)
Execute a 3rd party ...
1
vote
0answers
90 views
Build publisher policy assembly as part of an automated build
Has anyone solved the problem of automatically building publisher policy assemblies as part of an automated build? I've trawled the web and there are plenty of people asking about this but no ...
10
votes
5answers
958 views
Is it possible to build a sitecore data package from command line, or outside of a web context? i.e. using nant
The Sitecore package wizard can be used to build a package containin data and files for the local sitecore instance.
Is it possible to build a sitecore package (items only, files are not required) ...
0
votes
1answer
126 views
Deployment failed with error : login failed for user 'xx'
The deployment of the build in TFS failed within 10 seconds with the following error.
Deployment fail with error: Login failed for user 'XX'
Any help
Thanks, suren
2
votes
2answers
135 views
Implimenting single script build - non-portable dependencies
It seems that a build system best-practice is to have a single script that can build all source and package the releases. See Joel Test #2
How do you account for non-portable dependencies? For ...
5
votes
1answer
469 views
YUI compressor and TFS Build
We have a project where the .js and .css files gets compressed with YUI Compressor. A very good tool. We also use TFS 2010 as a build server with nightly builds that also deploys to our dev web site.
...
1
vote
2answers
385 views
Using MSBuild for managing large projects
I have a requirement for compiling large number of projects (some of them having dependency one to other). Of course I can put them under single solution file under Visual Studio and manage the ...
1
vote
2answers
268 views
RoboCopy not included in latest MSBuild Community release?
I'm setting up a RoboCopy job using the MSBuild Community tasks. It seems however that the task has not been released, despite it being in the list of tasks on the project front page. The latest ...
0
votes
0answers
354 views
How to Mimic/Use AllFilesInTheProject in TFS 2010 build
I have a web project that uses AllFilesInTheProject setting to cause all files to be published. This works great, but TFS 2010 build process templates do not respect this flag.
How can I create a ...
3
votes
1answer
112 views
File transformation, is it possible to add autoincrement to a setting
In our automatic build we use MSBuild in combination with web.config transformation to create an acceptance config and a production config.
We have added attributes to change config settings
for ...



