mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-07-08 18:06:08 +00:00
12cdcff9fc34c1517f8b9b300861eb96654b8316
Packaging utilities for .NET Core
This repository contains command-line extensions for the .NET Core CLI which make it easy to create
deployment packages (such as .zip files, tarballs or installers) for .NET Core applications.
The goal is to implement the following commands:
dotnet tarball- Create a.zipfile (for Windows) and a.tar.gzfile for Linux and OS Xdotnet choco- Create a Chocolatey packagedotnet msi- Create a Windows Installer (msi) packagedotnet deb- Create a Ubuntu/Debian installerdotnet pkg- Create a macOS installer
Installation
Add the following entry to your .csproj file:
<DotNetCliToolReference Include="dotnet-tarball">
<Version>0.1-*</Version>
</DotNetCliToolReference>
Usage
Run dotnet tarball
Description
Languages
C#
99.1%
Jinja
0.4%
Python
0.4%