Tag Archives: msbuild

Haciendo publish de un WebApplication en MSBuild

A algunos nos encanta tener el poder de controlar el proceso de building de nuestra aplicación, y por eso a veces nos vemos obligados a hacer uno que otro “tweak” al proyecto de MSBuild (si, los proyectos de Visual Studio … Continue reading

Posted in development | Tagged , | Leave a comment

Generating NHibernate Database Schema with a MSBuild Task

Today I need something really particular with NHibernate, I need to generate a “test” database schema from my MSBuild task in a particular Target. I know, there are simple options like use hbm2ddl (part of the NHibernate distribution) and this … Continue reading

Posted in development | Tagged , | Leave a comment