In my previous post, I presented how we can deploy multiple visual studio database projects using Fake build tool. Here, I will present another option which is possible with version 5.19.0. This version has a new module called Fake.Sql.SqlPackage, which is a redesign of previous Fake.Sql.DacPac module. The reason, why the previous module needed redesign, it was a missing option (from my point of view crucial option) - publish profiles. I raised that point on GitHub here and solved it with this pull requ...
Strona głównaNarzędzia
Narzędzia 1996 dni, 1 godzinę temu 45 pokaż kod licznika zwiń
Podobne artykuły:
- Piotr Zieliński » Biblioteki Strong-Named
- Writing high performance F# code
- [EN]F# Async Guide – Lev Gorodinski – Medium
- Dev:Cast – #19 Wdrożenia w piątek. Dlaczego się ich boimy? - DevEnv
- DB deployments with FAKE tool · The Code Manual
- Story 3: Make everyone mad…or go with canary releases? – Me About Software
- Azure DevOps tips – Deployments – Programmer-girl
- [EN] Rock solid pipeline - how to deploy to production comfortably?
- F# web z Suave | MD Tech Blog
- Performance testing using FsCheck
- Outbox pattern - Implementacja w F# - MarcinLovesCode