Fixing MSI generation. We were missing the Windows desktop version as a parameter to the bundle script.

This commit is contained in:
Livar 2018-12-26 10:46:40 -08:00
parent 3ccbd61dc0
commit f89ff73408

View file

@ -137,6 +137,7 @@
'$(MsiVersion)' ^
'$(SimpleVersion)' ^
'$(NugetVersion)' ^
'$(MicrosoftWindowsDesktopPackageVersion)' ^
'$(CombinedFrameworkSDKHostInstallerUpgradeCode)' ^
'$(Architecture)' ^
'$(MicrosoftNETCoreAppPackageVersion)' ^