sayedihashimi / pecan-waffle-samples

5 stars 0 forks source link

NuGet with pecan #5

Open Mo-Al opened 7 years ago

Mo-Al commented 7 years ago

Hi @sayedihashimi ,

I was wondering if NuGet package configuration works same way as it did with side-waffle. I tried adding nupkg files into Packages folder and reference them from _project.vstemplate but it doesn't seem to reference them properly after a build. Do I need to do anything extra to make this work same as in a side-waffle plugin?

This is what I have added to _project.vstemplate file: `

NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=XXXXX
<FullClassName>NuGet.VisualStudio.TemplateWizard</FullClassName>

` Thanks,