dotnet / NuGet.BuildTasks

The build tasks used to pick up package content from project.lock.json.
MIT License
46 stars 61 forks source link

Use the locale information from NuGet to figure out TargetPaths #2

Closed jasonmalinowski closed 8 years ago

jasonmalinowski commented 8 years ago

The project.lock.json provides, for resource items, the culture which was pulled out of the path in the NuGet package. We can use this to construct target paths rather than re-figuring it out ourselves.

Reviewers: @NuGet/build-tasks-team

Pilchie commented 8 years ago

:+1: