Using private NuGet feeds

I have 2 C Sharp solutions that need to use a shared library that we host in Azure Devops as NuGet packages. Accessing these for dev is fine, the issue I have is how do I best set up the feeds so Balena push will use them?

With my current setup I get a 401 unauthorised response for NuGet restore when I attempt a build (balena push).
I know I can add in credentials to the nuget.config but using my personal credentials would be a bad idea!

How are people using private Azure Devops NuGet feeds with Balena?

Hi @Peter_Beeby
Welcome to the forums!

I believe you can use Build Time Secrets. You can read more here. Hope this helps!

Let us know how it goes!
Thanks