8000 Consolidate Unix source-only and non-source-only entrypoints by ViktorHofer · Pull Request #798 · dotnet/dotnet · GitHub
[go: up one dir, main page]

Skip to content

Consolidate Unix source-only and non-source-only entrypoints #798

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

Merged
merged 31 commits into from
May 27, 2025

Conversation

ViktorHofer
Copy link
Member
@ViktorHofer ViktorHofer commented May 26, 2025
  • Makes source-build less special by using the same eng/common/tools.sh MSBuild helper function.
  • This means that source-build now uses the same msbuild invocation and therefore automatically passes-in flags like /m or warnaserror. Due to the "/m" flag now getting passed in, the build should be faster by using nodes in parallel.
  • Bring missing flags from eng/common/build.sh/ps1 in to build.sh and eng/build.ps1.
  • Update eng/tools/tasks/Microsoft.DotNet.UnifiedBuild.Tasks/CreateSdkSymbolsLayout.cs which was now failing with /warnaserror.
  • Fix a test/Microsoft.DotNet.SourceBuild.Tests/DotNetHelper.cs nullability error.

This makes source-build less special by using the same
eng/common/tools.sh MSBuild helper function.

This also makes source-build specify the "/m" flag now automatically
which wasn't set. That should improve parallel build performance.

... also bring missing flags from eng/common/build.sh in
@ViktorHofer ViktorHofer requested review from a team as code owners May 26, 2025 16:46
@ViktorHofer ViktorHofer requested a review from akoeplinger May 27, 2025 07:00
@ViktorHofer ViktorHofer enabled auto-merge (squash) May 27, 2025 09:21
@ViktorHofer ViktorHofer merged commit 92f4458 into main May 27, 2025
10 checks passed
@ViktorHofer ViktorHofer deleted the ConsolidateUnixEntryPoints branch May 27, 2025 21:40
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
0