dotnet-template-samples icon indicating copy to clipboard operation
dotnet-template-samples copied to clipboard

How to create a nuget package with a multiple project template

Open andrecarlucci opened this issue 6 years ago • 0 comments

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

andrecarlucci avatar Oct 04 '19 15:10 andrecarlucci