Skip to content

Commit ec7109b

Browse files
authored
Merge pull request #14188 from dotnet-maestro-bot/merge/release/6.0.4xx-to-main
[automated] Merge branch 'release/6.0.4xx' => 'main'
2 parents b2beceb + 9fd9209 commit ec7109b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/redist/targets/BundledManifests.targets

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,19 +83,19 @@
8383
<ItemGroup>
8484
<ManifestContent Include="%(BundledManifests.RestoredNupkgContentPath)\data\*"
8585
Condition="Exists('%(RestoredNupkgContentPath)\data')"
86-
DestinationPath="$([MSBuild]::ValueOrDefault('%(Identity)', '').ToLower())"
86+
DestinationPath="%(FeatureBand)/$([MSBuild]::ValueOrDefault('%(Identity)', '').ToLower())"
8787
RestoredNupkgContentPath="%(RestoredNupkgContentPath)"
8888
WorkloadManifestId="%(Identity)"/>
8989

9090
<ManifestContent Include="%(BundledManifests.RestoredNupkgContentPath)\data\localize\*"
9191
Condition="Exists('%(RestoredNupkgContentPath)\data\localize')"
92-
DestinationPath="$([MSBuild]::ValueOrDefault('%(Identity)', '').ToLower())/localize"/>
92+
DestinationPath="%(BundledManifests.FeatureBand)/$([MSBuild]::ValueOrDefault('%(Identity)', '').ToLower())/localize"/>
9393
</ItemGroup>
9494

9595
<Error Text="No workload manifest content found." Condition="'@(ManifestContent->Count())' == '0'" />
9696

9797
<Copy SourceFiles="@(ManifestContent)"
98-
DestinationFolder="$(RedistLayoutPath)sdk-manifests/$(CliProductBandVersion)00/%(DestinationPath)"/>
98+
DestinationFolder="$(RedistLayoutPath)sdk-manifests/%(DestinationPath)"/>
9999

100100
</Target>
101101
</Project>

0 commit comments

Comments
 (0)