-
Notifications
You must be signed in to change notification settings - Fork 604
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
[rush] Bring back the Variants feature. #4927
Conversation
libraries/rush-lib/src/logic/installManager/RushInstallManager.ts
Outdated
Show resolved
Hide resolved
libraries/rush-lib/src/logic/installManager/WorkspaceInstallManager.ts
Outdated
Show resolved
Hide resolved
aecb55c
to
1259fdc
Compare
This has been released as Rush version |
aa2b595
to
12186a2
Compare
A fix to this change was released as version |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels like a couple more files need to depend on the variant, still.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couple things we may want to touch up in a followup.
Summary
Brings back the "Variants" feature that was removed in #4538.
Details
This feature was being used more than expected, and subspaces are currently not able to fill the gap.
This should probably be released as a prerelease.
How it was tested
Tested against https://github.com/Azure/communication-ui-library.
Impacted documentation
Abandoned microsoft/rushstack-websites#217