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

Category: DevOps

Home Archive for category "DevOps"

Check if a tag exists in a Devops pipeline

marcosikkens DevOps February 20, 2020 February 21, 2020 Leave a comment

At work we create our build/release through Azure Pipelines. We also label our sources, this means that after a successful build we create a tag in our git repository. This however fails sometimes, usually due to the fact that the tag already exists. The problem with that is that is …

Read more"Check if a tag exists in a Devops pipeline"

Add a link to Azure DevOps in Teamcity changelog

Add a link to Azure DevOps in Teamcity changelog
marcosikkens DevOps July 9, 2019 September 17, 2019 Leave a comment

When you’ve used TFS and visual studio you can link to a work item (Bug, Product backlog item etc.) bij using a #<number> in your commit message. After that it will display a link to your commit that you can click on. Which is really cool but we’re using TeamCity …

Read more"Add a link to Azure DevOps in Teamcity changelog"

Working with feature branches

Working with feature branches
marcosikkens C# / DevOps May 12, 2019 May 6, 2019 Leave a comment

Most of us live in a GIT world. Most teams use feature branches to develop functionality using GIT. However there are still a lot of people who use TFS, SVN or even SourceSafe and may not know what they are and how to use them. In this post I will …

Read more"Working with feature branches"

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"
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