Skip to content

Commit 8a75ba0

Browse files
authored
Update workload localization file directory structure (#59827)
Fixing a bug in #59379, part of dotnet/sdk#20497 Workload/SDK logic only copies content in the data directory, so moving the localize directory into the proper location to be picked up and laid down on disk.
1 parent ebaef9c commit 8a75ba0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mono/nuget/Microsoft.NET.Workload.Mono.Toolchain.Manifest/Microsoft.NET.Workload.Mono.Toolchain.Manifest.pkgproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<ItemGroup>
2525
<File Include="localize/**/*">
26-
<TargetPath>localize</TargetPath>
26+
<TargetPath>data/localize</TargetPath>
2727
</File>
2828
</ItemGroup>
2929
</Target>

0 commit comments

Comments
 (0)