Umbraco Courier does not get compiled dlls - Azure DevOps
Hello,
I seem to be running into a problem with Umbraco Courier. Even though it is in the packages.config as:
it doesn't get compiled. I'm trying to build the project through Azure DevOps, the nuget restore seems to be compiling all the other dlls apart from that specific one. If I go on the Package manager console and go:
Install-Package Umbraco.Courier.Contrib
It will install it, put the appropriate dlls in the local bin and if I copy/paste these dlls in the azure vm, the app will compile correctly. If I let Azure DevOps do it, then it won't compile that. (All the other dlls get compiled correctly).
letting it compile through DevOps I get this when try to start the app:
Could not load all types from "Archetype.Courier, Version=1.13.1.0, Culture=neutral, PublicKeyToken=null" due to LoaderExceptions, skipping: . System.IO.FileNotFoundException: Could not load file or assembly 'Umbraco.Courier.DataResolvers, Version=1.2.5030.27589, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
Anyone that has filddled with DevOps and Courier can help out?
Umbraco Courier does not get compiled dlls - Azure DevOps
Hello,
I seem to be running into a problem with Umbraco Courier. Even though it is in the packages.config as:
it doesn't get compiled. I'm trying to build the project through Azure DevOps, the nuget restore seems to be compiling all the other dlls apart from that specific one. If I go on the Package manager console and go:
It will install it, put the appropriate dlls in the local bin and if I copy/paste these dlls in the azure vm, the app will compile correctly. If I let Azure DevOps do it, then it won't compile that. (All the other dlls get compiled correctly).
letting it compile through DevOps I get this when try to start the app:
Anyone that has filddled with DevOps and Courier can help out?
Thanks
Harry
is working on a reply...