ligershark / sidewafflev2

Other
30 stars 11 forks source link

Create nuget package for build targets #18

Open sayedihashimi opened 6 years ago

sayedihashimi commented 6 years ago

We should have a nuget package for the build targets

slofre commented 6 years ago

@sayedihashimi I have an issue with nuget. For example, I want add some nuget packages from my local machine, not from marketplace. I create a folder "LocalNugets", create nuget.config in project root, add reference to my nugets. Then I want make template for that project and result is next: When my project created by template I don't see a folder with my nugets, but references exists. Seems something in sidewaffle removing my folder with nugets from destination project. How can I prevent that?