Formatting...

This commit is contained in:
jbeisner 2018-04-24 20:22:35 +00:00
parent 70e3f1d30d
commit bb15fa8c61

View file

@ -2,7 +2,7 @@
<PropertyGroup>
<CoreSetupRid>$(HostRid)</CoreSetupRid>
<CoreSetupRid Condition=" '$(HostOSName)' == 'win' or '$(HostOSName)' == 'osx' ">$(HostMonikerRid)</CoreSetupRid>
<!-- only the runtime OSX .pkgs have a `-internal` suffix -->
<InstallerStartSuffix Condition="'$(HostOSName)' == 'osx'">-internal</InstallerStartSuffix>