-
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): extra parameters support for run tool #658
feat(core): extra parameters support for run tool #658
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 960cb1b. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this branch ✅ Successfully ran 7 targets
Sent with 💌 from NxCloud. |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
This looks great 👍
Do you want to follow up with a @nx-dotnet/core:run-tool
executor? It's been something I've wanted to add to the plugin for a while but not gotten to.
The one I've been working on is a |
I'd prefer to start with a generic run-tool executor, ef stuff wouldn't be bad to add eventually though |
# [1.21.0](v1.20.0...v1.21.0) (2023-03-18) ### Features * **core:** extra parameters support for run tool ([#658](#658)) ([fe4bc14](fe4bc14)) Mar 18, 2023, 5:55 AM
🎉 This PR is included in version 1.21.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. |
Fix #657
Example usage in custom executor:
With a target like this: