dotnet / source-build

A repository to track efforts to produce a source tarball of the .NET Core SDK and all its components
MIT License
266 stars 132 forks source link

Eliminate SourceBuildNonPortable switch to use PortableBuild #4637

Open mmitche opened 3 weeks ago

mmitche commented 3 weeks ago

We have two switches to represent portable builds right now:

PortableBuild - Used in a few repos. Only passed from the VMR downward to certain projects SourceBuildNonPortable - Passed via SB templates and some VMR projects. No use in repos but determines the RID used when publishing intermediates.

We should just be consistent here and use PortableBuild in both cases.

dotnet-issue-labeler[bot] commented 3 weeks ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

dotnet-issue-labeler[bot] commented 3 weeks ago

I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.