We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This would be useful when converting a multi-solution repo to a single-solution monorepo with solution filters.
please create solution filters --from <ExistingSolutions> --target <TargetSolution>
ExistingSolutions is a globbing pattern that selects the existing .sln files from the current working directory. TargetSolution is a .sln file name.
ExistingSolutions
.sln
TargetSolution
sln
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This would be useful when converting a multi-solution repo to a single-solution monorepo with solution filters.
Command syntax
ExistingSolutions
is a globbing pattern that selects the existing.sln
files from the current working directory.TargetSolution
is a.sln
file name.Expected behavior
TargetSolution
does not exist, create it..sln
file inExistingSolutions
assln
:sln
toTargetSolution
under a solution directory generated from the name ofsln
sln
that usesTargetSolution
as the basesln
The text was updated successfully, but these errors were encountered: