-
Notifications
You must be signed in to change notification settings - Fork 3
NuGet support #7
Comments
AutoMapper, log4net, JSON.Net, Common.Logging are switched to nuget. |
Ran into http://nuget.codeplex.com/workitem/2141 whilst testing building via XBuild. Wound up doing the rename in a way more friendly to Windows hosts: 3f7f441, 3b800a9. I also had to export "EnableNuGetPackageRestore=true" via my build scripts to get NuGet to actually restore the packages. Still unable to build due to certificate exceptions. |
Updated the nuget.exe binary to something that actually works. Tried the resolution described in NuGet/NuGetGallery#335 (mozroots --import --sync, then certmgr -ssl on the hosts) and had a bit of trouble on my Gentoo box. It refused to find any certs in the MXR feed to actually import. Eventually wound up wget'ing http://mxr.mozilla.org/seamonkey/source/security/nss/lib/ckfw/builtins/certdata.txt?raw=1, then doing a mozroots --import --sync --file . Looks like certmgr -ssl only adds the CA, where moztools adds it as a "trusted" source - the latter being what's important. Seems to work now, though it slows down the build considerably, even when the dependencies are sitting in ./packages. |
Added NHibernate 3.2 and Spring.NET 1.3. We'll upgrade to Spring 2.0/NH 3.0 when the Spring.NET stuff goes GA; SpringSource predicts that this should happen around the end of July (from their news item). |
Drag in dependencies via NuGet where possible.
The text was updated successfully, but these errors were encountered: