From 54cdf9f9adffae82bd0698ddae7e7fa32efcf002 Mon Sep 17 00:00:00 2001 From: Manoj Date: Tue, 1 Nov 2016 01:13:37 +0530 Subject: [PATCH] Add YDeliver --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 1a9452a..aa25cc0 100644 --- a/readme.md +++ b/readme.md @@ -42,6 +42,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. * [Invoke-Build](https://github.com/nightroman/Invoke-Build) - A build and test automation tool inspired by psake. * [PSDeploy](https://github.com/RamblingCookieMonster/PSDeploy) - A module built for the purpose of simplifying multiple types of deployments. * [BuildHelpers](https://github.com/RamblingCookieMonster/BuildHelpers) - A variety of helper functions for CI/CD scenarios. +* [YDeliver](https://github.com/manojlds/YDeliver) - Build and deployment framework aimed at .NET projects. ## Code and Package Repositories @@ -150,4 +151,4 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [Flancy](https://github.com/toenuff/flancy) - A web microframework for Windows PowerShell. - [NancyPS](https://github.com/Jaykul/NancyPS) - Nancy, self-hosted in PowerShell, with script method handlers. - [PoSH Server](http://www.poshserver.net/) - Secure, flexible and lightweight web server to meet your requirements. -- [WebCommander](https://github.com/vmware/webcommander) - Run scripts and view results, in a friendly web GUI or via a web service. \ No newline at end of file +- [WebCommander](https://github.com/vmware/webcommander) - Run scripts and view results, in a friendly web GUI or via a web service.