This repository has been archived on 2025-09-07. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
dotnet-installer/scripts/dotnet-cli-build
Matt Ellis 04d21e6693 Add Shared Host MSI Authoring
Ideally in the project.json for the shared host we would just list the
actual package that holds the shared host, instead of all of
NetStandard.Library, but doing some leads to compliation errors, since
publish wants to include a compile step that has a generated
AssemblyAttributes file which references types like System.String.
2016-03-10 03:37:41 -08:00
..
Utils Refactor SDK Build Steps 2016-03-10 03:37:40 -08:00
CompileTargets.cs Add support for building dotnet CLI on Debian. 2016-03-09 23:05:02 +00:00
dotnet-cli-build.xproj Updating tests to use the latest version of dotnet-test-xunit, which supports debugging from VS. Also updating our xproj files so that we can build the CLI from VS using the CLI. 2016-03-01 16:28:10 -08:00
InstallerTargets.cs Refactor SDK Build Steps 2016-03-10 03:37:40 -08:00
MsiTargets.cs Add Shared Host MSI Authoring 2016-03-10 03:37:41 -08:00
PackageDependencies.cs Update CoreCLR & Corefx dependencies based on ldd method. 2016-02-24 16:59:26 -08:00
PackageTargets.cs Refactor SDK Build Steps 2016-03-10 03:37:40 -08:00
PrepareTargets.cs Add Shared Host MSI Authoring 2016-03-10 03:37:41 -08:00
Program.cs Add Conditional Target capabilities to the build scripts 2016-02-24 16:55:11 -08:00
project.json Refactor the build scripts 2016-03-07 12:20:50 -08:00
PublishTargets.cs Refactor SDK Build Steps 2016-03-10 03:37:40 -08:00
SharedFrameworkTargets.cs Add Shared Host MSI Authoring 2016-03-10 03:37:41 -08:00
TestTargets.cs Move to CoreFX build rc2-23901 2016-03-03 16:41:55 -06:00