umbraco-authu icon indicating copy to clipboard operation
umbraco-authu copied to clipboard

Publish skips Our.Umbraco.AuthU.dll

Open rmagar opened this issue 4 years ago • 2 comments

I installed version 1.0.3 via Nuget on a Umbraco 7.7.1 web project. Everything works great when I try my website locally. However, when I try to Publish (Web Deploy) the website hosted on a VM, the main dll (Our.Umbraco.AuthU.dll) does not get copied by Publish. I am on Visual Studio 2017. I won't be able to try version 2 since we won't be moving to Umbraco 8 any time soon. Could you help resolve the issue with Publish? Thanks.

rmagar avatar Apr 28 '20 23:04 rmagar

I’m not that familiar with cloud, but at a guess, I think you may not have the dll committed to your git repository. With cloud I believe all your bin folder should be committed to the repo.

mattbrailsford avatar Apr 29 '20 07:04 mattbrailsford

No, I tried publishing to a staging site on a VM in the same LAN as my machine. I noticed that Our.Umbraco.AuthU.dll is not strong name signed but all the other dependent dlls are. Could that be the issue? My own attempt to strong name sign it didn't help.

rmagar avatar Apr 29 '20 14:04 rmagar