dotnet / tye

Tye is a tool that makes developing, testing, and deploying microservices and distributed applications easier. Project Tye includes a local orchestrator to make developing microservices easier and the ability to deploy microservices to Kubernetes with minimal configuration.
MIT License
5.3k stars 520 forks source link

Change xliff-tasks dependency in Version.Details.xml when consuming Arcade 9 #1617

Open ViktorHofer opened 8 months ago

ViktorHofer commented 8 months ago

We merged the xliff-tasks repo into arcade which requires us to update the Version.Details.xml entry in all repositories. I see that tye doesn't yet use Arcade Latest (9.0) but when it does, this change should be mimicked in the dependency update PR:

https://github.com/dotnet/razor/pull/9493/commits/fcd1831fc9e41281965fa640f088b096c38454e6

akoeplinger commented 7 months ago

Looks like this repo doesn't have .xlf files and disables the XliffTask so could probably just remove the dependency: https://github.com/dotnet/tye/blob/75465614e67b5f1e500d1f8b1cb70af22c0c683e/eng/Versions.props#L7C1-L8