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 unnecessary task in TFM.Sdk #8366

Merged
merged 5 commits into from
Jan 20, 2022
Merged

Delete unnecessary task in TFM.Sdk #8366

merged 5 commits into from
Jan 20, 2022

Conversation

ViktorHofer
Copy link
Member

@ViktorHofer ViktorHofer commented Jan 20, 2022

The task logic can be expressed with msbuild batching instead.
Also removing "netcoreapp" from the regex pattern which trims out unsupported tfm suffixes as dotnet/runtime's projects don't target netcoreappX.X-* anymore. In addition to that, I'm also removing a capture group which isn't necessary anymore so that the overall regex evaluation is faster as less input needs to be captured.

@ViktorHofer ViktorHofer self-assigned this Jan 20, 2022
Copy link
Member

@ericstj ericstj left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for cleaning this up!

@ericstj ericstj merged commit 085dfd6 into main Jan 20, 2022
@safern safern deleted the ViktorHofer-patch-3 branch January 20, 2022 19:00
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.

2 participants