Skip to content

Always move output files to bin/, or just generate them there #60

@fredsa

Description

@fredsa

When a build succeeds, the output is moved (MoveFilesToBinFolderAsync) to the bin/ folder.

When a build fails, those same output files are left in place. This is surprising behavior and slightly annoying.

Can the files always be moved to the bin/ folder? Better yet, would it be possible to generate them there directly? For example, by making the CWD be bin/? That seems a better way to go than asynchronously moving files.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions