Skip to content
  • Home
  • Posts
  • var this = me;
  • Search
MARCOSIKKENS.NL
MARCOSIKKENS.NL
Living. Dreaming. Coding
  • Home
  • Posts
  • var this = me;
  • Search
Tag: <span>Azure Devops</span>

Tag: Azure Devops

Home Posts tagged "Azure Devops"

Creating NuGet packages from Azure Pipelines with .net core

Creating NuGet packages from Azure Pipelines with .net core
marcosikkens C# / DevOps April 14, 2019 April 1, 2019 Leave a comment

After my previous post about using Azure DevOps as a buildserver I am going to show you what else you can do with it. The second thing we are going do with it is create a NuGet package and publish it through Azure Pipelines. Read on if you want to …

Read more"Creating NuGet packages from Azure Pipelines with .net core"

Continuous integration in Azure DevOps

Continuous integration in Azure DevOps
marcosikkens C# / MVC March 26, 2019 March 22, 2019 Leave a comment

Continuous Integration allows a developer to make sure their code builds correctly and that unit tests are run after each check in. There are of course a lot more things you can do with it but on this article I’ll focus on these two first. I’ll be using Azure DevOps …

Read more"Continuous integration in Azure DevOps"
Powered by Kahuna & WordPress.
©2018 marcosikkens.nl
Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.
Back to Top