Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add manual localized manifest
  • Loading branch information
William Li committed Sep 20, 2021
commit 3680e54ec155e9eec815ccdb2a635989f5e6f80a
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@
<PackageFile Include="$(WorkloadManifestPath)" TargetPath="data" />
<PackageFile Include="$(WorkloadManifestTargetsPath)" TargetPath="data" />
</ItemGroup>

<ItemGroup>
<File Include="localize/**/*">
<TargetPath>localize</TargetPath>
</File>
</ItemGroup>
</Target>

<!-- Running this target ensures we have the fully evaluated PackageVersion -->
Expand Down