When we work
with Azure DevOps deployment pipelines, we have several options to select the
build artifacts. Most common way is selecting the build artifacts published in the build
pipeline. Other than this we can publish the artifacts as NuGet packages and
save in the Azure DevOps Artifacts feeds. This post will explain
how to create a NuGet feed, build and push NuGet packages using an
Azure DevOps build pipeline to the feed. Finally, we will discuss how to deploy artifacts
packaged as the NuGet packages using Azure DevOps
deployment pipelines.