Electron.NET
Electron.NET copied to clipboard
Redundant PublishReadyToRun parameters sent to dotnet if PublishReadyToRunShowWarning is used
- Version: 13.5.1
- Target: win7-x64;win
Steps to Reproduce:
- Run
electronize build /dotnet-configuration Debug /target custom "win7-x64;win" /p:PublishSingleFile=false /p:PublishReadyToRunShowWarning=true
- Observe the printed
dotnet
command as:dotnet publish -r win7-x64 -c "Debug" --output "C:\TestProject\obj\desktop\custom\bin" /p:PublishReadyToRun=true /p:PublishSingleFile=false /p:PublishReadyToRunShowWarning=true --self-contained
. Note the duplicated parameters forPublishReadyToRun