Skip to content

Instantly share code, notes, and snippets.

@takekazuomi
Created June 12, 2019 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takekazuomi/771ae2c51f60adbe2ae199ec3eaf607f to your computer and use it in GitHub Desktop.
Save takekazuomi/771ae2c51f60adbe2ae199ec3eaf607f to your computer and use it in GitHub Desktop.
dotnet publish --nologo -c Release -r win10-x64 --self-contained=false /p:PublishSingleFile=true /p:PublishTrimmed=false /p:PublishReadyToRun=false -o work1
dotnet publish --nologo -c Release -r win10-x64 --self-contained=true  /p:PublishSingleFile=true /p:PublishTrimmed=false /p:PublishReadyToRun=false -o work2
dotnet publish --nologo -c Release -r win10-x64 --self-contained=true  /p:PublishSingleFile=true /p:PublishTrimmed=true /p:PublishReadyToRun=false  -o work3
dotnet publish --nologo -c Release -r win10-x64 --self-contained=true  /p:PublishSingleFile=true /p:PublishTrimmed=false /p:PublishReadyToRun=true  -o work4
dotnet publish --nologo -c Release -r win10-x64 --self-contained=true  /p:PublishSingleFile=true /p:PublishTrimmed=true /p:PublishReadyToRun=true   -o work5
Name             Length
----             ------
work1 0.157022476196289
work2  68.9612340927124
work3  28.4046239852905
work4  68.9626989364624
work5  28.5940675735474
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment