LinuxPublisher 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global LinuxPublisher --version 1.0.0                
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local LinuxPublisher --version 1.0.0                
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=LinuxPublisher&version=1.0.0                
nuke :add-package LinuxPublisher --version 1.0.0                

LinuxPublisher

LinuxPublisher is a .NET tool that automates the process of publishing ASP.NET Core projects to a Linux-x64 target.

Installation

You can install LinuxPublisher globally using the following command:

dotnet tool install --global LinuxPublisher

Usage

Once installed, you can use LinuxPublisher in your ASP.NET Core project directory to publish the project. Run the following command:

publish-project

This command will publish the project with the following setup:

  • Destination: bin/Release/net8.0/publish/linux-x64
  • Target framework: Current project .NET version
  • Deployment mode: Framework dependent
  • Target runtime: linux-x64

Requirements

  • .NET Core SDK

License

This project is licensed under the MIT License - see the LICENSE file for details.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.