Copied to clipboard

Flag this post as spam?

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


  • Andy Felton 185 posts 484 karma points c-trib
    Jul 28, 2016 @ 07:58
    Andy Felton
    0

    Umbraco Packages with GIT and Nuget

    Hi,

    I have recently been adding our Umbraco Websites to GIT and switched to Umbraco on Nuget. I've based my .gitignore on the one available at

    https://github.com/github/gitignore/blob/master/Umbraco.gitignore

    How do others source control Umbraco 3rd party packages which dlls to the bin directory. I know I could reverse the ignore for these but was wondering if there was another preferred solution.

    Many Thanks Andy

  • Søren Kottal 713 posts 4571 karma points MVP 6x c-trib
    Jul 29, 2016 @ 13:13
    Søren Kottal
    0

    I usually copy the dlls to a folder not ignored by git, and commit it in. In Visual Studio I then reference the dll in my project.

    So I end up with a structure like

    • Libs
      • SomeNonNugetPackage.dll
    • Site.Web
      • (my umbraco site)
  • 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