Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Create targeting pack MSI installers #5114

Merged
merged 7 commits into from
Feb 14, 2019
Merged

Commits on Feb 8, 2019

  1. Create targeting pack MSI

    This change has the targeting pack pkgproj create an install layout based on the nupkg's data/ dir. That's picked up by the targeting pack installer project the same way it is for hostfxr and shared framework. In general, the targeting pack installer project is a copy of existing installers with very little changed.
    
    In official builds, build the full platform manifest on win-x86, not just win-x64. Both platforms' installers need the full manifest.
    dagood committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    b783570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7559b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    261c2ec View commit details
    Browse the repository at this point in the history
  4. Remove "netcoreapp" from MSI filename

    The name "dotnet-targeting-pack" brings it in line with installer names like "dotnet-runtime" and "dotnet-host".
    dagood committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    23afc82 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2019

  1. Fix targeting pack powershell script: PR comments

    I plan to remove this script entirely, but it might as well be a little cleaner while development is ongoing.
    dagood committed Feb 12, 2019
    Configuration menu
    Copy the full SHA
    2d76997 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f267039 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f186871 View commit details
    Browse the repository at this point in the history