Running Tarantino With MSBuild
Posted by: Fervent Coder,
on 25 Mar 2009 |
View original | Bookmarked: 0 time(s)
To set up Tarantino to run you follow the instructions from my last couple of posts. Once you've done that, you set up a file to run the project. This is how you set up your folder structure. Under db are two folders, Create and Update. In MSBuild, all of the required files to run, plus my MSBuild file (tarantino.proj). Here is how you set up a batch file to call MSBuild to run your database updates. This file is named dbdeploy.bat. @echo on
SET DIR=%~d0%~p0%
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\msbuild.exe...