Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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
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
is working on a reply...
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.
Continue discussion
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
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
is working on a reply...
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.