diff options
author | 2015-08-25 00:36:34 +0300 | |
---|---|---|
committer | 2015-08-25 00:36:34 +0300 | |
commit | d5b4181a4a6b0b054b3d3639b1e1a208e8fd382f (patch) | |
tree | a66ca6a0e07a5ea9aa4c63ae25e9ddc9575ccab4 /profiles/use.desc | |
parent | header (diff) | |
download | dotnet-d5b4181a4a6b0b054b3d3639b1e1a208e8fd382f.tar.gz dotnet-d5b4181a4a6b0b054b3d3639b1e1a208e8fd382f.tar.bz2 dotnet-d5b4181a4a6b0b054b3d3639b1e1a208e8fd382f.zip |
nupkg flag was added at repository level
Diffstat (limited to 'profiles/use.desc')
-rw-r--r-- | profiles/use.desc | 4 |
1 files changed, 4 insertions, 0 deletions
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 |