arcade icon indicating copy to clipboard operation
arcade copied to clipboard

Update the subdirectory of tools directory of all build task projects to net/netframework

Open tmat opened this issue 5 months ago • 0 comments

Currently, the BuildTask.targets uses TFM for the subdirectories (e.g. tools/net9.0 and tools/net472).

We added BuildTaskTargetTfmSpecificFolder customization for Xliff build task, to use net and netframework instead (to avoid having to hardcode TFM to .props/.targets projects of the build task.

Update all build task projects to use this approach and remove BuildTaskTargetTfmSpecificFolder.

tmat avatar Jan 25 '24 19:01 tmat