You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the idea of doing a check. If both are empty or a wildcard, then the task can add all found public functions or cmdlets. If a value is there already, leave it unchanged [unless an -AddFunctions or -ExportAll switch is used with the build script].
Personally, I feel some sort of automation for the FunctionsToExport is necessary. Be it by the above proposed solution or some variant. As the purpose of having the Public directory, is to easily automate what functions are included during a build process.
techthoughts2
changed the title
Add functionality to automating the substitution of public functions into the manifest
Add functionality for automating the substitution of public functions into the manifest
Oct 11, 2024
It has been suggested in both #69 and #97 that Catesta should automate the process of populating public functions into the
.psd1
manifest.One proposed solution is to add a build task for this:
I'd like some community feedback on this change. Are there situations where this would not be desirable?
The text was updated successfully, but these errors were encountered: