commit: d5b4181a4a6b0b054b3d3639b1e1a208e8fd382f Author: ArsenShnurkov <Arsen.Shnurkov <AT> gmail <DOT> com> AuthorDate: Mon Aug 24 21:36:34 2015 +0000 Commit: Heather Cynede <cynede <AT> gentoo <DOT> org> CommitDate: Mon Aug 24 21:36:34 2015 +0000 URL: https://gitweb.gentoo.org/proj/dotnet.git/commit/?id=d5b4181a
nupkg flag was added at repository level profiles/use.desc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/use.desc b/profiles/use.desc index ca4817e..d403369 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -6,7 +6,11 @@ net35 - .NET 3.5 Framework net40 - .NET 4.0 Framework net45 - .NET 4.5 Framework fake - F# Make build system + nuget - Grab binary from nuget +# is nuget use necessary now, when we have source-compiled version of nuget from ebuild? + +nupkg - build binary package for local repository gac - register library assemblies in the gac (where ebuild allows that) developer - create .mdb files debug - build Debug configuration instead of Release default
