Skip to content

{ Tag Archives } continuous integration

MSBuild deployment sample for web applications

Check out the code sample Download the Deployment Code Sample from github and select to download the zip archive of the source Overview of the code VERSION.xml build.bat build.proj lib/ MSBuildCommunityTasks/ extensionpack/ migratordotnet/ sdc/ teambuild/ scripts/ build.tasks db/ create.sql domainuser-for-db.sql drop.sql user-for-db.sql db-setup.tasks deploy.proj directorybrowsing.xml install.tasks migrations.tasks package.tasks version.tasks src/ Infrastructure/ Database/ Migrations/ Migr_001_CreateBanner_Table.cs Sql/ [...]

Also tagged ,

Introduction to using msbuild to manage (asp.net mvc) application lifecycles

Introduction: what’s there to really manage? Part 1: Code Overview Part 2: Commandline msbuild in action Part 3: Understanding the packaging Part 4: Build & Test on your local machine Part 5: First-time installs and redeployments Parts 5-7 to come Summary and References Introduction Ever since … well since ever … I have needed to [...]

Also tagged