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

Fix inconsistency of plugin code build when packaging for Marketplace/Fab #126

Merged
merged 1 commit into from
Jan 14, 2025

Conversation

hach-que
Copy link
Member

This fixes an issue where the editor would not be built if there were no tests to run for a package plugin, even though the editor was explicitly included in the build list for the distribution in BuildConfig.json.

As of this change, the build steps are always run based on what's in BuildConfig.json, but if the package type is set to 'None', then the binaries from these build steps don't get included in the packaged plugin for tests (so they'll be built again).

…/Fab

This fixes an issue where the editor would not be built if there were no tests to run for a package plugin, even though the editor was explicitly included in the build list for the distribution in BuildConfig.json.

As of this change, the build steps are always run based on what's in BuildConfig.json, but if the package type is set to 'None', then the binaries from these build steps don't get included in the packaged plugin for tests (so they'll be built again).
@hach-que hach-que enabled auto-merge (squash) January 14, 2025 03:59
@hach-que hach-que merged commit b6e97ad into main Jan 14, 2025
22 checks passed
@hach-que hach-que deleted the build-fixes branch January 14, 2025 04:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant