Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NuGet with pecan #5

Open
Mo-Al opened this issue Jan 24, 2017 · 0 comments
Open

NuGet with pecan #5

Mo-Al opened this issue Jan 24, 2017 · 0 comments

Comments

@Mo-Al
Copy link

Mo-Al commented Jan 24, 2017

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:
<WizardExtension> <Assembly>NuGet.VisualStudio.Interop, Version=1.0.0.0, Culture=neutral, PublicKeyToken=XXXXX</Assembly> <FullClassName>NuGet.VisualStudio.TemplateWizard</FullClassName> </WizardExtension> <WizardData> <packages repository="extension" repositoryId="XXXXX"> <package id="XXXX" version="XXXX" targetFramework="" /> </packages> </WizardData>
Thanks,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant