This repository has been archived by the owner on Apr 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Import the Microsoft.Dotnet.Build.Bundle package (#541)
This change adds the single-file bundler to the .Net core toolset. The bundler is a tool that packs an app, its dependencies, the host and optionally the runtime into a single executable file, for ease of distribution. The Bundle tool will be invoked form the SDK, as part of dotnet CLI. (dotnet publish /p:PublishSingleFile=true) Further details about single-file publishing can be here: https://github.com/dotnet/designs/blob/master/accepted/single-file/design.md
- Loading branch information
1 parent
498e7c3
commit 90495da
Showing
3 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters