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

Additional Flags for CustomFileBuildStepData #322

Merged
merged 3 commits into from
Feb 2, 2024

Commits on Dec 28, 2023

  1. Additional flags for CustomFileBuildStep

    This adds two new flags
    - ResolveExecutable: whether or not to pass Executable through resolver
    - DependOnExecutable: whether or not to add Executable to AdditionalInputs
    Sharlock93 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    a465fc1 View commit details
    Browse the repository at this point in the history
  2. minor spacing

    Sharlock93 committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    e581683 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. Consolidated the two flags into one.

    - Consolidated ResolveExecutable and DepeonOnExecutable into one new flag
    called UseExecutableFromSystemPath
    Sharlock93 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    761c03d View commit details
    Browse the repository at this point in the history