Replies: 1 comment 1 reply
-
You can run (in your PR) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It'd be really nice (especially for people who can't manage to get dotnet 8 working on their arm macOS systems...) if for PRs, CI would in one place run with
UpdateXlfOnBuild=true
, perform a diff (showing the output in the log) and add a failure if there's a diff (so that it's still a failure condition).The end result of this would be that if some hapless soul (like me) can't get
msbuild /t:UpdateXlf
to work, the CI would still fail, but it'd also provide a patch which could be applied to fix up the xlf files and thus fix up the PR so that they could continue.Beta Was this translation helpful? Give feedback.
All reactions