AzureRecipes

Introduction

The Artifacts section in Azure DevOps provides a simple and convenient possibility to share code packages (e.g. Nuget or npm) among components (typically multiple repositories in the same project). This snippet shows a pipeline to independently build and publish a Nuget package from one or multiple projects. It:

References