Skip to content

Stop making tools.sh changes during source-build#17664

Merged
NikolaMilosavljevic merged 2 commits intodotnet:mainfrom
NikolaMilosavljevic:tools.sh
Nov 1, 2023
Merged

Stop making tools.sh changes during source-build#17664
NikolaMilosavljevic merged 2 commits intodotnet:mainfrom
NikolaMilosavljevic:tools.sh

Conversation

@NikolaMilosavljevic
Copy link
Member

Fixes: dotnet/source-build#3171

We do not need to modify the return value anymore, as it does not impact source-build.

There are two patches for build tool framework changes - only two repos were affected. command-line-api patch references a backport PR: dotnet/command-line-api#2283. xdt patch references the original issue, as backport is not deemed necessary.

All changes were verified in private build and using internal VMR pipeline.

@NikolaMilosavljevic NikolaMilosavljevic requested a review from a team as a code owner October 30, 2023 23:23
…framework-version.patch

Co-authored-by: Michael Simons <[email protected]>
@mthalman
Copy link
Member

mthalman commented Nov 9, 2023

This is a bummer. The logic that was removed here would have been useful as part of the work I'm doing to get the stage 2 VMR build running. It requires the tooling to use net9.0 amongst all the repos which are currently set to net8.0 from eng/commmon/tools.sh. So now I will have to make patches for all the repos. :(

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.

Stop making src modifications to every repo's eng/common/tools.sh

3 participants