My blog has moved to sqlblogcasts.com/blogs/nielsb
The full version of this post can be found here., http://sqlblogcasts.com/blogs/nielsb/New Release of MSBUILD Tasks for Assembly Deployment to SQL Server 2005
The new RSS feed is here
I have updated my yukondeploy task application for the June CTP of SQL
Server. A couple of changes:
- ALTER ASSEMBLY is now fully implemented. In other words, you can change your
assembly, add methods etc. and instead of re-deploying the assembly you set the
Alterassembly property to true and the task will make sure that only new methods
etc are created. The SQL Server Project in Visual studio does not do this.
- In the documentation I have added instructions how to set up Visual Studio
so you can deploy assemblies etc. from inside of VS without having to shell out
to a command window.
For more info about what the task does, read the documentation in the docs
folder of the download. You can download it from here.
... To read the complete version of this post go here, http://sqlblogcasts.com/blogs/nielsb/New Release of MSBUILD Tasks for Assembly Deployment to SQL Server 2005