Skip to content

Instantly share code, notes, and snippets.

@zoyo23
Created September 16, 2022 12:41
Show Gist options
  • Save zoyo23/067782b5f0904c2b304f74d4568f76af to your computer and use it in GitHub Desktop.
Save zoyo23/067782b5f0904c2b304f74d4568f76af to your computer and use it in GitHub Desktop.
Generate a single file output service self contained for .net projects
dotnet publish -r win-x64 -p:PublishSingleFile=true --self-contained true -o "outup_path"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment