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
NUKE 8.0.0
Running build with a bad target (or even --help) can leak unlisted targets in the CLI.
Bad target example: [PostCompile and PostPublish are both marked as .Unlisted(), but are still shown]
--help example [PostCompile and PostPublish are both marked as .Unlisted(), but are still referenced through .DependsOn()]
Add an .Unlisted() to a target, then initiate a build with a bad target or with --help
Targets marked with .Unlisted() should not be shown
Targets marked with .Unlisted() are shown
N/A
No
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Usage Information
NUKE 8.0.0
Description
Running build with a bad target (or even --help) can leak unlisted targets in the CLI.
Bad target example: [PostCompile and PostPublish are both marked as .Unlisted(), but are still shown]
--help example [PostCompile and PostPublish are both marked as .Unlisted(), but are still referenced through .DependsOn()]
Reproduction Steps
Add an .Unlisted() to a target, then initiate a build with a bad target or with --help
Expected Behavior
Targets marked with .Unlisted() should not be shown
Actual Behavior
Targets marked with .Unlisted() are shown
Regression?
N/A
Known Workarounds
N/A
Could you help with a pull-request?
No
The text was updated successfully, but these errors were encountered: