Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable xlf for dotnet build by adding reference to XliffTasks package #16327

Merged
merged 8 commits into from
Nov 24, 2023
Merged

Enable xlf for dotnet build by adding reference to XliffTasks package #16327

merged 8 commits into from
Nov 24, 2023

Conversation

Martin521
Copy link
Contributor

Fix for #16311

It seems what is missing is just a reference to the XliffTasks package.

I am not sure about the version though (and was not able to list available versions).

@Martin521 Martin521 requested a review from a team as a code owner November 22, 2023 15:55
@vzarytovskii
Copy link
Member

Version should be declared in xml file like with other package versions (Versions.prop under eng). Also, that should be guarded to only run when not under arcade (to avoid conflicts with arcade itself).

@Martin521
Copy link
Contributor Author

Ok, I added the guard, will move the version

@vzarytovskii
Copy link
Member

Version should likely be 1.0.0-beta.23426.1 as it is now in dependencies.

@vzarytovskii
Copy link
Member

CoreCLR issue is transient, it happens sometimes, should go away once we update on stable .NET8

Copy link
Member

@psfinaki psfinaki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Martin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

5 participants