DotNetShoutout - Stories tagged with MSBuild
6
Shouts

SVN, Hudson and MSBuild - Continuous Integration

published 659 days, 2 hours, 18 minutes ago posted by lenielleniel 661 days, 8 hours, 4 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Monday, August 01, 2011 2:06:37 PM GMT
This is the second installment in the series I’m writing about SVN, Hudson and MSBuild. This time I’ll show you how to set up a job in Hudson to build and package an ASP.NET MVC 3 Hello World sample app. This job will point to the SVN repository set up in the 1st part of this series. (more)
category: Agile | clicked: 35 | 1 comment | | source: www.leniel.net
tags: Repository, .NET Framework, revision control, SVN, MSBuild, Hudson, Tools, Software Engineering, Continuous Integration
6
Shouts

SVN, Hudson and MSBuild - Revision control repository

published 659 days, 2 hours, 18 minutes ago posted by lenielleniel 661 days, 8 hours, 6 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Monday, August 01, 2011 2:04:39 PM GMT
This series of posts I’m starting today serves as a guide on how to setup a continuous integration/CI server. All the the tools I’m going to use are FREE. The series will focus on continuous integration of .NET family of projects and I’ll write things in the order I installed them. This 1st part will deal with the Revision Control repository configuration. (more)
category: Agile | clicked: 27 | comment | | source: www.leniel.net
tags: Repository, .NET Framework, revision control, TortoiseSVN, VisualSVN Server, SVN, MSBuild, Hudson, Tools, Software Engineering, Continuous Integration
9
Shouts

Unit Testing – MsBuild Series - Marks asp.net / mvc blog:

published 940 days, 21 hours, 42 minutes ago posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 941 days, 7 hours, 6 minutes ago
Tuesday, October 26, 2010 12:29:03 AM GMT Monday, October 25, 2010 3:05:03 PM GMT
This post is going to walk through the steps of adding unit testing to our build script. This post is assuming that you already have a MsBuild script setup that you can run from the command line. Otherwise you might want to look at my previous post on setting up a build file for Visual Studio: Create a Build File for a Visual Studio Solution - MsBuild Series1) Change the output path for Test projectsThe first thing to do is to change the output path for the test project (or projects). We do this so that... (more)
category: Web Dev | clicked: 1 | comment | | source: markkemper1.blogspot.com
tags: MSBuild
4
Shouts

Creating WIX Installer for ASP.NET Web Application - CodeProject

published 941 days, 9 hours, 46 minutes ago posted by pechovicppechovicp 944 days, 9 hours, 34 minutes ago
Monday, October 25, 2010 12:24:46 PM GMT Friday, October 22, 2010 12:37:24 PM GMT
In this article I introduce a code for creating an installer for a web application in WIX and I show you how to compile it using commands from command line. I also introduce msbuild script for creating an installer for a web application starts from publishing a web application through harvesting the application content finished by compiling the installer. You will understand the process and thus you will be able to extend it according to the demands of your web application. (more)
category: Web Dev | clicked: 47 | comment | | source: www.codeproject.com
tags: MSBuild, Installation, WiX, ASP.NET
8
Shouts

Marks asp.net / mvc blog: Mercurial Revision No to Version your AssemblyInfo - MsBuild Series

published 946 days, 1 hour, 19 minutes ago posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 947 days, 8 hours, 40 minutes ago
Wednesday, October 20, 2010 8:51:26 PM GMT Tuesday, October 19, 2010 1:31:02 PM GMT
This post is going to focus on getting our version number automatically updated during the build process. We are going to use the AssemblyInfo task from the “MSBuild.Community.Tasks” library and the HgVersion task from the “MSBuild.Mercurial” library. The HgVersion task will get the revision number from our Mercurial source control repository so we can include it in our assemblyInfo file. The AssemblyI... (more)
category: Web Dev | clicked: 6 | comment | | source: markkemper1.blogspot.com
tags: MSBuild, Mercurial, Visual Studio
2
Shouts

MSBuild Known Issues - The Visual Studio Blog

published 1042 days, 9 hours, 36 minutes ago posted by rajuraju 1042 days, 15 hours, 33 minutes ago
Friday, July 16, 2010 12:35:23 PM GMT Friday, July 16, 2010 6:38:03 AM GMT
Since the release of Visual Studio 2010 we have received a few reports of crashing behavior which can be traced back to issues with MSBuild. We’ve analyzed all of these and there are several particular cases where a crash can occur. We’ve also added a notification to Windows Error Reporting to help guide those who hit these errors. You can determine you your error is one of these either by matching the problem description below, or looking in the Event Viewer as follows: (more)
category: How To | clicked: 1 | comment | | source: blogs.msdn.com
tags: Visual Studio 10, MSBuild
11
Shouts

Debugging MSBuild script with Visual Studio (3) - The Visual Studio Blog

published 1045 days, 11 hours, 56 minutes ago posted by rajuraju 1048 days, 13 hours, 5 minutes ago
Tuesday, July 13, 2010 10:14:50 AM GMT Saturday, July 10, 2010 9:06:18 AM GMT
In my last two posts (here and here) I showed how to enable the unsupported MSBuild debugger to debug a build started on the command line with MSBuild.exe. In this final post, I'll mention some other variations. Note that this blog is rather narrow, so some of the screenshots may be hard to see – you can click on them to see the full size version. (more)
category: How To | clicked: 2 | 2 comments | | source: blogs.msdn.com
tags: MSBuild, Debug, Visual Studio
9
Shouts

Debugging MSBuild script with Visual Studio (2) - The Visual Studio Blog

published 1047 days, 11 hours, 26 minutes ago posted by rajuraju 1049 days, 14 hours, 9 minutes ago
Sunday, July 11, 2010 10:44:53 AM GMT Friday, July 09, 2010 8:02:18 AM GMT
In my previous post, I showed how to enable the hidden Visual Studio debugger for MSBuild script, and demonstrated it by stepping through the evaluation of a C# project. In this post, I'll keep debugging into the actual build of that project. (more)
category: How To | clicked: 0 | comment | | source: blogs.msdn.com
tags: C#, MSBuild, Debugging, Visual Studio
9
Shouts

Laurent Kempé | Build .NET projects from Windows Explorer using MSBuild Launch Pad (mPad)

published 1082 days, 7 hours, 50 minutes ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 1084 days, 13 hours, 42 minutes ago
Sunday, June 06, 2010 2:21:02 PM GMT Friday, June 04, 2010 8:28:54 AM GMT
In September 2009 I posted about a tool I am using to build my MSBuild projects from the shell “Build your .NET project with a right click in Windows Explorer” Last week I changed to MSBuild Launch Pad (mPad) which also add a context menu when you right click your project or solution files. The added value for me is that it maintained project, 1.0 was released on May 21, 2010 with following release notes:Support sln, csproj, vbproj, vcxproj, shfbproj, ccproj, oxygene and proj files execution.Basic sett... (more)
category: Agile | clicked: 1 | 1 comment | | source: www.laurentkempe.com
tags: MSBuild, Visual Studio, Tools
6
Shouts

MSBuild as a Visual Studio 2010 Tool

published 1138 days, 11 hours, 53 minutes ago posted by KodefuGuruKodefuGuru 1139 days, 17 hours, 4 minutes ago
Sunday, April 11, 2010 10:17:45 AM GMT Saturday, April 10, 2010 5:07:17 AM GMT
The posts I see for setting up MSBuild on the tool menu in Visual Studio assume that you want to build the current project. If you’re working with custom msbuild files, this will not be the case. Here’s how you can set up MSBuild in Visual Studio 2010 to compile the currently selected build script and output it to the Output window. In my situation, I have multiple build scripts for demonstration purposes. Then open the Tools menu and select “External Tools…” A dialog will appear. Click the ‘Add’ but... (more)
category: How To | clicked: 3 | comment | | source: www.kodefuguru.com
tags: MSBuild, Visual Studio, VS2010
5
Shouts

Visual C++ - Exploring New C++ and MFC Features in Visual Studio 2010

published 1143 days, 12 hours, 32 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 1144 days, 7 hours, 38 minutes ago
Tuesday, April 06, 2010 9:38:53 AM GMT Monday, April 05, 2010 2:32:29 PM GMT
Visual Studio 2010 offers huge benefits for C++ developers, from new C++0x features to MSBuild integration to a revived MFC Application Wizard. Join us for a tour of these new Visual C++ features. (more)
category: How To | clicked: 1 | 2 comments | | source: msdn.microsoft.com
tags: MSBuild, VS.Net 2010, C++, MSDN, VS 2010, MSDN Magazine
5
Shouts

Introducing the realfiction builder – MsBuild without XML

published 1172 days, 9 hours, 43 minutes ago posted by http://fquednau.pip.verisignlabs.com/http://fquednau.pip.verisignlabs.com/ 1173 days, 41 minutes ago
Monday, March 08, 2010 12:28:22 PM GMT Sunday, March 07, 2010 9:29:56 PM GMT
Imagine writing MsBuild scripts: Without touching XML but rather using a simple syntax. If you like the idea, check out rfb. (more)
category: How To | clicked: 0 | comment | | source: realfiction.net
tags: Programming, MSBuild, Open Source
8
Shouts

C# tutorial - Mastering the C# Compiler

published 1242 days, 8 hours, 51 minutes ago posted by csharptutorialcsharptutorial 1245 days, 1 hour, 37 minutes ago
Monday, December 28, 2009 1:19:46 PM GMT Friday, December 25, 2009 8:34:13 PM GMT
Visual Studio Express Edition is a blessing gift from Microsoft for C# Beginners. But the best way to really master a new programming language is to learn from scratch using a simple programmer’s notepad. Also if you want to automate your builds with or without NAnt/MSBuild, you’d better know how the C# command line compiler works. (more)
category: Agile | clicked: 7 | comment | | source: csharptutorial.com
tags: Without Visual Studio, C#, MSBuild, Build Automation, NAnt, Compiler