-
Notifications
You must be signed in to change notification settings - Fork 64
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
feat(core): support for workspace solution files #254
Conversation
c0f1f2f
to
121bd76
Compare
Nx Cloud ReportCI ran the following commands for commit 650c21d. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch Sent with 💌 from NxCloud. |
121bd76
to
a8a1c24
Compare
a8a1c24
to
7ff606b
Compare
LGTM. I especially like the e2e tests, which helped me understand what it was doing better than the documentation did. |
91aaeca
to
894374a
Compare
chore(repo): update e2e script and add sandbox command
894374a
to
650c21d
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
# [1.7.0](v1.6.0...v1.7.0) (2021-11-29) ### Features * **core:** support for workspace solution files ([#254](#254)) ([ec342ae](ec342ae)) Nov 29, 2021, 3:07 PM
🎉 This PR is included in version 1.7.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Supports passing
--solution {path}
, or--solution
to add a project to a specific or default solution file in the workspace. To use this behavior for all projects in the workspace, add a section to nx.json likeCloses #241