Hi there! I'm Krzysztof Madej and I work as .NET developer implementing Azure cloud based solutions and improving DevOps practices using Azure DevOps
Latest Articles
Last time we created a gated check-in build for .NET Core app. It works very well, but we did there one thing which is in general a bad practice in our proficiency. We duplicated build steps for building and testing...
DevOps
AzureDevOps
continuous-integration
.NETCore
Standard CI build checks integrity of committed code after merge. This approach can lead to a state when code is not deployable due to failing tests or even failing compilation. Gated check-in helps to protect the integrity by verifying state...
DevOps
AzureDevOps
continuous-integration
.NETCore
14 May 2020 - I added section about caching npm modules in Node.js/Angular project The goal of Cache@2 task is improving build performance by caching files between pipeline runs. It supports multiple types of packages like Bundler gems npm packages...
DevOps
AzureDevOps
nuget
npm
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...
DB
FAKE-tool
This story has begun quite long ago. I got a chance to work on projects without the automatic deployment process. It was strange a bit because we had deployments process for both front-end and back-end projects, but not for databases....
DB
FAKE-tool