SxS manifests

This commit is contained in:
Forgind 2023-07-28 12:31:02 -07:00
parent 18469e10ff
commit ed92f2c9c3

View file

@ -91,7 +91,7 @@
<ItemGroup> <ItemGroup>
<ManifestContent Include="%(BundledManifests.RestoredNupkgContentPath)\data\*" <ManifestContent Include="%(BundledManifests.RestoredNupkgContentPath)\data\*"
Condition="Exists('%(RestoredNupkgContentPath)\data')" Condition="Exists('%(RestoredNupkgContentPath)\data')"
DestinationPath="%(FeatureBand)/$([MSBuild]::ValueOrDefault('%(Identity)', '').ToLower())" DestinationPath="%(FeatureBand)/$([MSBuild]::ValueOrDefault('%(Identity)', '').ToLower())/%(Version)"
RestoredNupkgContentPath="%(RestoredNupkgContentPath)" RestoredNupkgContentPath="%(RestoredNupkgContentPath)"
WorkloadManifestId="%(Identity)"/> WorkloadManifestId="%(Identity)"/>