
# This is working
dotnet publish -o test -r win10-x64 -c Release --self-contained true -p:PublishTrimmed=false -p:PublishReadyToRun=true -p:PublishSingleFile=true /p:DebugType=None /p:DebugSymbols=false


# This is NOT working
dotnet publish -o test -r win10-x86 -c Release --self-contained true -p:PublishTrimmed=false -p:PublishReadyToRun=true -p:PublishSingleFile=true /p:DebugType=None /p:DebugSymbols=false