Browsing Category: Deployment

yuniql
Free and open source schema versioning and migration tool made with .NET Core. Run migrations with plain SQL, arrange versions in ordinary folders and seed your data from CSV via stand-alone CLI (no CLR needed), Azure Pipelines, Docker or ASP.NET Core code. https://yuniql.io

Octo Pack
Used to build NuGet packages of your application for deployment using tools such as Octopus Deploy

DbUp
.NET library that helps you to deploy changes to SQL Server databases. It tracks which SQL scripts have been run already, and runs the change scripts that are needed to get your database up to date

Unfold
PowerShell-based deployment solution for .NET web applications