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
{{ message }}
This repository was archived by the owner on Dec 31, 2024. It is now read-only.
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.
I need to pass extra arguments to the builder like
/PublishSingleFile falseor/PublishReadyToRun falsein order to support .NET 5.0The current syntax does not allow that.
I'm able to hack it in through the relative path property as that is just appending.
but this should get its own property imho.