Publishing Project Templates and cli tools to Azure Devops

50 views Asked by At

I was wondering if anyone has done this and could point me in the correct direction. I have a dotnet project template in an azure git repo. It builds and I can publish it to the artifacts. The project template is just an empty project that has the structure, nuget references and config that is required. I would like to use this template locally.

My nuget.config file contains the azure stream url but if I do a "dotnet new empty.db.proj -o Berniez" it doesn't find it. If someone could point me in the right direction I'd be most grateful....

0

There are 0 answers