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
Currently the Collect Resources Path publishing plug-in runs over a long list of families which will easily turn into maintenance hell now with all addons separated, for example #734
Have the plugin target families = ["*"] and always run it for an instance.
families = ["*"]
No response
This issue was generated due to a comment here on another PR.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there an existing issue for this?
Please describe the feature you have in mind and explain what the current shortcomings are?
Currently the Collect Resources Path publishing plug-in runs over a long list of families which will easily turn into maintenance hell now with all addons separated, for example #734
How would you imagine the implementation of the feature?
Have the plugin target
families = ["*"]
and always run it for an instance.Are there any labels you wish to add?
Describe alternatives you've considered:
No response
Additional context:
This issue was generated due to a comment here on another PR.
The text was updated successfully, but these errors were encountered: