Skip to content

Commit

Permalink
MSI Bundle generator should honor msbuild Authors property when setti…
Browse files Browse the repository at this point in the history
…ng the authors value of the resulting msi file. (#8275)

Fixes #8260.
  • Loading branch information
AraHaan authored Jan 14, 2022
1 parent f325440 commit afd2d35
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
<?define Dotnet_ProductVersion = "$(var.BuildVersion)" ?>
<?define Dotnet_BuildVersion = "$(var.BuildVersion)" ?>

<?ifndef Manufacturer?>
<?define Manufacturer = "Microsoft Corporation" ?>
<?endif?>
<?define ProductName = "$(var.ProductMoniker) ($(var.TargetArchitectureDescription))" ?>
<?define ProductLanguage = "1033" ?>
<?define ProductVersion = "$(var.Dotnet_ProductVersion)" ?>
Expand Down

0 comments on commit afd2d35

Please sign in to comment.