-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Lowercase TargetOS #80164
Merged
Merged
Lowercase TargetOS #80164
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ghost
assigned ViktorHofer
Jan 4, 2023
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
/azp list |
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
ViktorHofer
force-pushed
the
LowercaseTargetOS
branch
from
January 5, 2023 09:35
01a49fd
to
524c43b
Compare
ViktorHofer
force-pushed
the
LowercaseTargetOS
branch
3 times, most recently
from
January 10, 2023 14:56
376ad4c
to
acff22e
Compare
This was referenced Jan 10, 2023
ViktorHofer
force-pushed
the
LowercaseTargetOS
branch
from
January 10, 2023 18:00
acff22e
to
49a254c
Compare
ViktorHofer
requested review from
radical,
lewing,
pavelsavara,
thaystg,
vargaz,
lambdageek,
SamMonoRT,
marek-safar and
MichalStrehovsky
as code owners
January 11, 2023 10:58
akoeplinger
approved these changes
Jan 11, 2023
akoeplinger
approved these changes
Jan 11, 2023
Sorry for the inconvenience and thanks for reporting. Just submitted a fix: #80544 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follow-up on #32451 (comment)
Follow-up on #80074
In #43651, the "Windows" OS name was lowercased to achieve target frameworks with RIDs in them. At that time, the original plan was to lowercase all TargetOS values but that had to be cut because of resources. This PR finishes that and updates build systems, YML, markdowns and managed components.
To not break existing developer workflows, the passed-in
-os
value is automatically lower-cased in the script entry points and validated in the msbuild entry point.This change was performed via
<OS>
-><os>
for all the possible OS values that we support (i.e. Browser -> browser) in msbuild, cmake, docs, etc.