[installer] Add RuntimeSpecificFrameworkSuffix property (#35124)
authorMitchell Hwang <mitchhwang1418@gmail.com>
Mon, 27 Apr 2020 17:42:47 +0000 (13:42 -0400)
committerGitHub <noreply@github.com>
Mon, 27 Apr 2020 17:42:47 +0000 (13:42 -0400)
Co-authored-by: Mitchell Hwang <mihw@microsoft.com>
src/installer/pkg/projects/Directory.Build.targets

index 8308119..3617dde 100644 (file)
     </PropertyGroup>
   </Target>
 
-  <!-- Keep this isolated to desktop mono for now -->
-  <Target Name="MobileGetBuildRidSpecificPackageProps"
-          Condition="'$(RuntimeFlavor)' == 'Mono' and '$(TargetsMobile)' != 'true' and '$(TargetsBrowser)' != 'true'"
-          AfterTargets="GetBuildRidSpecificPackageProps">
-    <PropertyGroup>
-      <RidSpecificPackProperties>BaseId=$(MSBuildProjectName)$(RuntimeSpecificFrameworkSuffix).Mono.$(PackageBuildRID);IdPrefix=</RidSpecificPackProperties>
-    </PropertyGroup>
-  </Target>
+  <PropertyGroup Condition="'$(RuntimeFlavor)' == 'Mono' and '$(TargetsMobile)' != 'true' and '$(TargetsBrowser)' != 'true'">
+    <RuntimeSpecificFrameworkSuffix>.Mono</RuntimeSpecificFrameworkSuffix>
+  </PropertyGroup>
 
   <!--
     For any Dependency items with a VersionProp, set it to the property by that name given by the