We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of hard-coding a couple RIDs to see if the host machine is "debian based":
runtime/src/installer/Directory.Build.props
Lines 304 to 309 in 5f09f33
We should instead use a more proper way of checking for Debian systems.
One example would be to check for the existence of /etc/debian_version. See #35538 (comment).
/etc/debian_version
fyi - @jkotas @ViktorHofer
The text was updated successfully, but these errors were encountered:
Tagging subscribers to this area: @safern, @ViktorHofer Notify danmosemsft if you want to be subscribed.
Sorry, something went wrong.
[Triage] This would affect source-building .NET in Debian family of distros.
No branches or pull requests
Instead of hard-coding a couple RIDs to see if the host machine is "debian based":
runtime/src/installer/Directory.Build.props
Lines 304 to 309 in 5f09f33
We should instead use a more proper way of checking for Debian systems.
One example would be to check for the existence of
/etc/debian_version
. See #35538 (comment).fyi - @jkotas @ViktorHofer
The text was updated successfully, but these errors were encountered: