Skip to content
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

[Feature] Build A solution file instead of csproj. #821

Open
matanrak opened this issue Jan 23, 2024 · 2 comments
Open

[Feature] Build A solution file instead of csproj. #821

matanrak opened this issue Jan 23, 2024 · 2 comments
Labels
enhancement New feature or request needs-triage This issue has yet to be looked over by a core team member

Comments

@matanrak
Copy link

I have a project with multiple plugins, each has a csproj. I want to build them all using a solution file thats found in the plugins directory and not one by one, is that possible?

@matanrak matanrak added enhancement New feature or request needs-triage This issue has yet to be looked over by a core team member labels Jan 23, 2024
@matanrak
Copy link
Author

matanrak commented May 9, 2024

BUmp

@AgentEnder
Copy link
Member

I'd generally recommend not building via the solution file, as going that route you aren't taking advantage of Nx's cache for the individual plugin builds. Instead, you can do something like nx run-many -t build to build them all instead of one by one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs-triage This issue has yet to be looked over by a core team member
Projects
None yet
Development

No branches or pull requests

2 participants