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
I'm using the latest version and no matter what arguments I add in the command line, I can't get rid of automatically added --self-contained parameter.
According to this PR there is already a fix in the Develop branch. Seems like it's using the param /p:SelfContained instead of the usual --self-contained.
Since the ElectronNET.CLI is using the Windows/DOS-style ( / in front of the option), the --self-contained, --no-self-contained, --sc options are not supported.
I'm using the latest version and no matter what arguments I add in the command line, I can't get rid of automatically added --self-contained parameter.
I tried:
Everytime --self-contained is added to the command:
dotnet publish -r win-x64 -c "Release" --output "C:\Downloads\ReactApp2\ReactApp2.Server\obj\desktop\win\bin" /p:PublishReadyToRun=true /p:PublishSingleFile=true --self-contained
The text was updated successfully, but these errors were encountered: