Fix the branding in CLI windows installer
- All the branding is moved to Monikers.cs - Fixed the bundle and msi to use that. TODO: Do the same for OSx and Debian installers.
This commit is contained in:
parent
2e963a6aef
commit
aa512b771c
14 changed files with 30 additions and 10 deletions
|
@ -9,6 +9,9 @@ namespace Microsoft.DotNet.Cli.Build
|
|||
public class Monikers
|
||||
{
|
||||
public const string SharedFrameworkName = "Microsoft.NETCore.App";
|
||||
public const string CLISDKBrandName = "Microsoft .NET Core SDK";
|
||||
public const string SharedFxBrandName = "Microsoft .NET Core";
|
||||
public const string SharedHostBrandName = "Microsoft .NET Core Host";
|
||||
|
||||
public static string GetProductMoniker(BuildTargetContext c, string artifactPrefix, string version)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue