Copied to clipboard

Flag this post as spam?

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


  • Karim Maassen 3 posts 73 karma points
    Oct 19, 2016 @ 10:15
    Karim Maassen
    0

    gitignore issues

    gitignore

    The gitignore that was provided with the standard project that we used for Umbraco as a Service has some statements that we are unsure of. We are using the Team Services deploy task.

    Our solution looks like this:

    - Project
        - Project.sln
        - packages
        - Project.Web
            - [web resources]
        - .gitignore
    

    The gitignore does not take into account that the web resources folder (including the bin folder and App_Data folder etc...) are inside of that.

    This should be corrected?

    bin folder

    Then, the bin folder isn't ignored. This means it goes into version control. Is this correct?

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    Oct 19, 2016 @ 10:19
    Sebastiaan Janssen
    0

    I don't know how this VSTS task works but we currently don't have anything on UaaS that restores the bin folder automatically, so as far as I know: yes it has to be committed to git in order for DLL's to actually deploy to your UaaS site.

  • Karim Maassen 3 posts 73 karma points
    Oct 19, 2016 @ 10:28
    Karim Maassen
    0

    Ok, understood. That includes all *.dll, *.xml, *.manifest and *.pdb files? in short: the entire bin content?

  • Sebastiaan Janssen 5045 posts 15477 karma points MVP admin hq
    Oct 19, 2016 @ 10:34
    Sebastiaan Janssen
    0

    I'm sure you could live without the pdb and xml files. :- ) They're not required for the site to operate.

  • Karim Maassen 3 posts 73 karma points
    Oct 19, 2016 @ 11:09
    Karim Maassen
    0

    Good ;)

Please Sign in or register to post replies

Write your reply to:

Draft