Skip to content

Commit 215ab4d

Browse files
authored
[vs-workload] Set EnableSideBySideManifests=true (#8179)
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.
1 parent 3653ec3 commit 215ab4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-tools/create-packs/vs-workload.in.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<PropertyGroup>
44
<TargetName>Microsoft.NET.Sdk.Android.Workload.@VSMAN_VERSION@</TargetName>
55
<ManifestBuildVersion>@WORKLOAD_VERSION@</ManifestBuildVersion>
6+
<EnableSideBySideManifests>true</EnableSideBySideManifests>
67
</PropertyGroup>
78
<ItemGroup>
89
<!-- Shorten package names to avoid long path caching issues in Visual Studio -->

0 commit comments

Comments
 (0)