Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically check if your python code is well formatted with Azure Pipelines. Self promotion: Here are a few social networks where you can follow me and check my work as a programmer and a writer 😉 personal website,… Lire la suite Checking your python code format on Azure Pipelines
Étiquette : Azure Pipelines
Making my Advent Of Code solution cross-platform (a developer journey)
Hello ! I'm Xavier Jouvenot and today, I want to reflect a little bit on the solution to Advent Of Code 2021 challenges I have done so far, and more precisely on how and why I have made my solution cross-platform. Self promotion: Here are a few social networks where you can follow me and… Lire la suite Making my Advent Of Code solution cross-platform (a developer journey)
How to automatically detect issues in your YAML file with Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to automatically detect issues in your YAML file with Azure Pipelines. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create… Lire la suite How to automatically detect issues in your YAML file with Azure Pipelines
How to specify your Xcode version on Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, I am going to explain how to specify your Xcode version on Azure Pipelines. Self promotion: You can find other articles on computer science and programming on my website 😉 Problematic If you have CI/CD processes or if you want to create some for your… Lire la suite How to specify your Xcode version on Azure Pipelines
How to factorize and create reusable processes with Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to factorize and create reusable processes with Azure Pipelines. Self promotion: You can find other articles on my website 😉 Problematic When creating some processes on Azure Pipelines, you may want to simplify it like you do with code… Lire la suite How to factorize and create reusable processes with Azure Pipelines
How to configure some optional steps in Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to configure some optional steps in Azure Pipelines. Self promotion: You can find other articles on my website 😉 Problematic When creating a CI/CD pipeline, you may want to trigger some scripts only if some conditions are met. Indeed,… Lire la suite How to configure some optional steps in Azure Pipelines
How to create a multi-platform job on Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to create a multi-platform job on Azure Pipelines. Self promotion: You can find other articles on my website 😉 Problematic When setting up your continuous integration and delivery environments on Azure Pipelines, or on any CI/CD system, you may… Lire la suite How to create a multi-platform job on Azure Pipelines
How to expect a compilation error with Azure Pipelines
Hello ! I'm Xavier Jouvenot and in this small post, we are going to see how to expect a compilation error with Azure Pipelines. Self promotion: You can find other articles on my website Problematic Most of the time, when developers interacts with Azure Pipelines, and CI in general, they want to make sure that… Lire la suite How to expect a compilation error with Azure Pipelines