Github is the most famous Open-Source application repository. A lot of companies keep there their code, for example Microsoft keeps there .Net Core and many, many more. Additionally most of developers, who learn after work have their public repositories on Github. I personally had my repository on Azure DevOps, but later decided to publish my…
Read MoreCI with YAML
Previously I’ve presented how to setup simple Azure DevOps pipelines using visual designer. Additionally to that some basic concepts of Azure DevOps. Azure DevOps let you create build using YAML files which you can push to your repo and edit in text editor. What’s the difference? To be completely honest, I can’t really tell. There…
Read MoreCI with Azure DevOps
Previously we talked about why CI is important for you and your organization. Today I’ll show you how easy it is to setup with Azure DevOps. I’ll show it on my private (open-source) project. As you may know MS introduced free public repositories. Your open source projects can use everything that MS prepared for their…
Read More