Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Harry Spyrou 212 posts 604 karma points
    Jan 02, 2019 @ 13:31
    Harry Spyrou
    0

    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?

    Thanks

    Harry

Please Sign in or register to post replies

Write your reply to:

Draft