Skip to content
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
This repository was archived by the owner on Dec 31, 2024. It is now read-only.

Unable to pass extra build arguments to the builder #32

Description

@bravecobra

I need to pass extra arguments to the builder like /PublishSingleFile false or /PublishReadyToRun false in order to support .NET 5.0
The current syntax does not allow that.
I'm able to hack it in through the relative path property as that is just appending.

settings.RelativePath = $". /PublishSingleFile false /PublishReadyToRun false";

but this should get its own property imho.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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