When deploy to windows azure using GIT, Nop.Admin not built

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 anos atrás
I clone source code from https://nopcommerce.codeplex.com/SourceControl/changeset/e7c4909dca43d0c3589a66601e305f0e399da156

And I just deploy to windows azure, using GIT.

But when Azure build the solution, Nop.Admin has not been built (Nop.Admin dll. do not exist in the bin folder).

How to overcome this ?


Thanks
9 anos atrás
Yes, I am having the same problem too.
9 anos atrás
I have same problem,
can anyone solve ?
8 anos atrás
I have solved it. You simply add the admin project as reference to the Nop.Web project.

This does, however, not solve that plugins are not build and installed.

I am not 100% sure what to do here. It seems that the default behavior of Azure is to only build the startup project and any project that are referenced through this.

Not sure how to go about it without making a custom deploy script.... (or not using git, instead using vs2013 deploy which works fine)...
8 anos atrás
Others have had same issue:
http://stackoverflow.com/questions/15607629/how-to-publish-nopcommerce-and-nopcommerce-admin-website
8 anos atrás
I created a guide here:
https://www.nopcommerce.com/boards/t/36231/step-by-step-to-deploy-on-azure-with-git-and-automatic-builds.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.