Copied to clipboard

Flag this post as spam?

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


  • Aler 1 post 71 karma points
    Apr 07, 2016 @ 12:33
    Aler
    0

    Deployment process not so clean as development

    Hello there! I'm new huge fan of Umbraco. I met him not so long, but I'm in love already, because:

    • It's simple to implement ideas
    • Here is rich backoffice what understandable for non pro users
    • I'm huge fan of C#

    But Umbraco began to cry when I want to move her outside local environment to Azure.

    What i did wrong? I did few simple steps:

    1. Initialize git repository by git init in root of projects (around my .sln file)
    2. Add remote point as origin for repository by git remote add origin https://github.com/alerdenisov/aofg-website.git.
    3. Add & Commit & Push everything to github
    4. Add new Website in my azure portal
    5. Setup CI by github (in Azure Portal GUI)
    6. After sometime (fetching and deploying time) I received log whole of errors such as The type 'Task' already contains a definition for 'Contributers', because here is two files with same definition: models.generated.cs and all.generated.cs.

    Whole log available by link http://pastebin.com/gufEBiqp

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies