Skip to content

Commit df8b020

Browse files
committed
Reviewed Introduction section
1 parent d925a1d commit df8b020

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ MSBuild.NugetContentRestore takes care of copying your Nuget content files to yo
66
During installation of the front-end package (using Install-Package), all Package Content is copied to your project folder. The problem is that, in general, you don't want to check those files into your version control system. Your would expect that "nuget restore" will also take care of copying the content files but this is not the case. This issue has been repetitively reported here:
77
- http://nuget.codeplex.com/workitem/2094
88
- http://nuget.codeplex.com/workitem/1239
9+
910
And Jeff Handley explained why this is not the case here:
1011
- http://jeffhandley.com/archive/2013/12/09/nuget-package-restore-misconceptions.aspx
12+
1113
Other interesting solution to workaround this issue is available here:
1214
- https://github.com/baseclass/Contrib.Nuget
15+
1316
I wanted to keep things simpler and let the project take care of the hard work.
1417

1518
##Download

0 commit comments

Comments
 (0)