Skip to content

Commit

Permalink
[vs-workload] Set EnableSideBySideManifests=true (#8179)
Browse files Browse the repository at this point in the history
Context: xamarin/yaml-templates#274

Enables side by side workload manifest support when generating workload MSIs.

This should only be enabled for builds shipping with .NET 8 Preview 7 or later.
  • Loading branch information
pjcollins authored Jul 24, 2023
1 parent 3653ec3 commit 215ab4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-tools/create-packs/vs-workload.in.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetName>Microsoft.NET.Sdk.Android.Workload.@VSMAN_VERSION@</TargetName>
<ManifestBuildVersion>@WORKLOAD_VERSION@</ManifestBuildVersion>
<EnableSideBySideManifests>true</EnableSideBySideManifests>
</PropertyGroup>
<ItemGroup>
<!-- Shorten package names to avoid long path caching issues in Visual Studio -->
Expand Down

0 comments on commit 215ab4d

Please sign in to comment.