File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments