Merge pull request #2789 from Sridhar-MS/msi-2713

Change the host MSI dependency key for correct reference counting.
This commit is contained in:
Piotr Puszkiewicz 2016-05-03 13:43:20 -07:00
commit 34a8a5ad11
12 changed files with 21 additions and 13 deletions

View file

@ -150,7 +150,7 @@ namespace Microsoft.DotNet.Cli.Build
Cmd("powershell", "-NoProfile", "-NoLogo",
Path.Combine(Dirs.RepoRoot, "packaging", "windows", "host", "generatemsi.ps1"),
inputDir, SharedHostMsi, WixRoot, sharedHostBrandName, MsiVersion, CliDisplayVersion, CliNugetVersion, Arch, wixObjRoot)
inputDir, SharedHostMsi, WixRoot, sharedHostBrandName, MsiVersion, CliNugetVersion, Arch, wixObjRoot)
.Execute()
.EnsureSuccessful();
return c.Success();