Fix build failures on platforms without an installer file extension

This commit is contained in:
Daniel Plaisted 2020-10-21 08:59:51 -07:00
parent 20c40af16b
commit 6f30dca955

View file

@ -23,7 +23,6 @@ namespace Microsoft.DotNet.Cli.Build
[Required]
public string ProductMonikerRid { get; set; }
[Required]
public string InstallerExtension { get; set; }
[Required]