mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 05:34:51 +00:00
Redundant PublishReadyToRun parameters sent to dotnet if PublishReadyToRunShowWarning is used #683
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @denniskrq on GitHub (Jul 20, 2021).
Originally assigned to: @GregorBiswanger on GitHub.
Steps to Reproduce:
electronize build /dotnet-configuration Debug /target custom "win7-x64;win" /p:PublishSingleFile=false /p:PublishReadyToRunShowWarning=truedotnetcommand 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