Relative Content

Tag Archive for azure-devopsazure-pipelinescicdazure-artifacts

How to reference dll’s from Artifact Feed on release build

The scenario
I have a project where I broke them down into components e.g. UI, API and Libraries are build as separate project adding project reference as needed.
This works fine as I go about with my dev work on my localhost or local machine. The project is built into a single solution file.