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

Delete RuntimeOS in favor of RuntimeInformation #5367

Merged
merged 2 commits into from
May 4, 2020

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Apr 28, 2020

The RuntimeOS calculation can be replaced with $([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier) so deleting the logic responsible for generating the RuntimeOS props file.

dotnet/runtime#35538 is removing the usage of this target.

cc @eerhardt

The RuntimeOS calculation can be replaced with $([System.Runtime.InteropServices.RuntimeInformation]::RuntimeIdentifier so deleting the logic responsible for generating the file.
@ViktorHofer ViktorHofer requested a review from Anipik April 28, 2020 14:21
Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

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

Looks great to me.

I wouldn't merge this until your dotnet/runtime#35538 changes goes in though.

@ViktorHofer ViktorHofer merged commit ecc3c5d into master May 4, 2020
@riarenas riarenas deleted the ViktorHofer-removeruntimeos branch August 21, 2020 14:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants