Add SharedFramework MSI Authoring
This commit is contained in:
parent
04d21e6693
commit
e6bcfee4a4
12 changed files with 413 additions and 3 deletions
|
@ -114,6 +114,7 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
|
||||
AddInstallerArtifactToContext(c, "dotnet", "Sdk");
|
||||
AddInstallerArtifactToContext(c, "dotnet-host", "SharedHost");
|
||||
AddInstallerArtifactToContext(c, "dotnet-sharedframework", "SharedFramework");
|
||||
|
||||
return c.Success();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue