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

Add props file that allows us to easily isolate to a single TFM #9195

Merged
merged 7 commits into from
Aug 9, 2022

Conversation

PureWeen
Copy link
Member

@PureWeen PureWeen commented Aug 4, 2022

Description of Change

Ideally we could use solution filters or something more baked in but that's not supported
dotnet/msbuild#6325

If the mechanism I have here looks like a good way to go for now then I'll add some magic to the cake script that can just write out to the props file

dotnet cake --target=VS --android --ios
dotnet cake --target=VS --tizen
dotnet cake --target=VS --catalyst
dotnet cake --target=VS --maccatalyst
dotnet cake --target=VS --windows

Motivation

Significantly improves build times if you only care about a given platform. Especially on less powerful machines

@PureWeen PureWeen marked this pull request as ready for review August 5, 2022 16:29
@PureWeen PureWeen force-pushed the maui_android_only branch from 9255afd to d0f5fbf Compare August 5, 2022 19:22
@Eilon Eilon added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Aug 8, 2022
@PureWeen PureWeen merged commit fb0cd1e into net6.0 Aug 9, 2022
@PureWeen PureWeen deleted the maui_android_only branch August 9, 2022 19:56
@github-actions github-actions bot locked and limited conversation to collaborators Dec 19, 2023
@samhouts samhouts added fixed-in-6.0.540 Look for this fix in 6.0.540 SR5! fixed-in-7.0.0-rc.1.6683 labels Aug 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions fixed-in-6.0.540 Look for this fix in 6.0.540 SR5! fixed-in-7.0.0-rc.1.6683
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants