0
votes

Given:

a) .net core library that contains .json configuration file (not appsettings.json) that is built by azure pipeline and packaged into internal nuget package.

b) .net core application that uses package #a

Problem:

copy .json configuration file from #a into #b's output directory on each build without explicitly adding the file to #b project.

is this possible?

1

1 Answers