Saturday, September 20, 2008

As the complexity of our mobile line of business applications increases,   it takes longer and longer to compile our applications.

Now I knew that Microsoft has this great new build tool called MSBuild inside Visual Studio 2008,  but I didn't know much about it.

Bottom line you can compile .Net applications from the command line.   Or more importantly have your application builds happening on another machine.

Documentation here -http://msdn.microsoft.com/en-us/library/ms171452.aspx

 image

This is what I have started doing.

Launch the Visual Studio 2008 Command prompt

Navigate to the folder where your project file is.

type msbuild  YOURPROJ.CSPROJ

and there you go,   it compiles your project...

 

I see that Chris Tacke is doing this too  http://blog.opennetcf.org/ctacke/SyndicationService.asmx/GetAtom

 

 

Technorati Tags:
Saturday, September 20, 2008 11:02:55 AM UTC  #    Comments [1]  | 
Saturday, September 20, 2008 12:09:42 PM UTC
You can also point msbuild.exe at your solution file and it will build all the projects referenced in it.
Comments are closed.

Theme design by Jelle Druyts

Pick a theme: