dotnet-installer/build/package
Matt Ellis 47b75cfa12 Misc build changes
For injestion into a composed build, I'm adding some minor tweaks to
our build system:

 - Teach DownloadFile task how to consume file:// URLs so we can pass
   around artifacts using local sources.
 - Add `SkipBuildingInstallers`, an MSBuild property that can be set
   to true when installers (pkgs, msis, debs, rpms and the like) do
   not need to be built.
 - Add `IncludeAdditionalSharedFrameworks`, an MSBuild property that
   can be set to prevent additional shared frameworks (i.e. shared
   frameworks that the CLI does not use at runtime) from being
   downloaded and included in our payload.
 - Add `IncludeNuGetPackageArchive` an MSBuild property that can be
   set to prevent the lzma archive containing all the nupkgs we
   restore on first run from being included in the final output.
 - Provide a way to change the Uri use for blob storage (so the
   composed build and point at a local folder that looks like blob
   storage to pick up artifacts from).
2017-02-15 16:52:46 -08:00
..
Microsoft.DotNet.Cli.Archive.targets Misc build changes 2017-02-15 16:52:46 -08:00
Microsoft.DotNet.Cli.Installer.DEB.proj Merge rel/1.0.0 into master. 2017-02-01 14:32:59 -06:00
Microsoft.DotNet.Cli.Installer.DEB.targets add netcoreapp1.1 to Ubuntu installer 2017-01-26 14:48:40 -08:00
Microsoft.DotNet.Cli.Installer.MSI.targets Refactor tasks 2017-02-10 12:13:44 -08:00
Microsoft.DotNet.Cli.Installer.PKG.targets PKG support for installing shared fx 1.1. 2017-01-05 17:30:08 -06:00
Microsoft.DotNet.Cli.Layout.targets Decompose Crossgen, remove CleanPublishOutput, replace ExtractArchive with *FileExtractToDirectory (#3927) 2016-07-26 00:29:59 -04:00
Microsoft.DotNet.Cli.Nupkg.targets Updating the branding on rel/1.0.0 to rc4. (#5267) 2017-01-12 13:14:57 -08:00