Hi,
I'm creating a template with 2 projects (src and test) and would like to publish this as a nuget package.
I understand that it is easy modifying the .csproj adding the nuget config, but what about the whole solution directory?
Here is how my template base folder looks like:
src (webapi project)
terraform
tests (xunit project)
.dockerignore
.editorconfig
.gitignore
.template.config
azure-pipelines-pr.yml
azure-pipelines.yml
MySolution.sln
README.md
Hi,
I'm creating a template with 2 projects (src and test) and would like to publish this as a nuget package.
I understand that it is easy modifying the .csproj adding the nuget config, but what about the whole solution directory?
Here is how my template base folder looks like: