Plugin not deployed

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 лет назад
I've created a new payment plugin and I have really took care to follow the instructions (basically this plugin I use in another nopcommerce project and works nice - so I've just click right in VS on Plugins - Add existing project - selected my plugin and it appears in VS).

I've done rebuild etc but when using Deploy.bat script, this plugin is not exported to Plugins folder...Is there any other file I have do modify?
12 лет назад
Answer found:

"In the build directory you will need to update the target build file (build\nop.plugins.targets). You should add code that looks similar to the code below in the "Plugins-CopyPayments" target, but it should be updated to use your plugin name.



        <MSBuild Projects ="$(MSBuildProjectFullPath)"
                        Targets="Plugin-CopyToWeb"
                        Properties="
                        PluginProjectName=Nop.Plugin.Payments.AuthorizeNet"/>"
4 года назад
For continuous integration deployment (Azure Devops) there is no built-in or 'correct' way that NopCommerce directly supports.  I am also attempting to figure out how to do this.  I am contemplating building the plugin projects as their own solution and after deploying the website, copying these over to the specific folders.  NopCommerce is set up mainly for development within visual studio, without a lot of focus on automated deployments.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.