You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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,
The text was updated successfully, but these errors were encountered:
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,
The text was updated successfully, but these errors were encountered: