dotnet-pack-local
0.4.2
dotnet tool install --global dotnet-pack-local --version 0.4.2
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 dotnet-pack-local --version 0.4.2
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-pack-local&version=0.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-pack-local --version 0.4.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
dotnet-build-local
It's a dotnet tool to pack project to a local NuGet repo. It takes care of package version to make sure that it steadily increases.
Additionally it packs symbols into the final package for Debug
builds
Installation
Tool is distributed as a dotnet tool. To install it you should have .NET Core 3.1 installed (or above). Then run the following command:
dotnet tool install -g dotnet-pack-local
Update
To update the tool, run:
dotnet tool update -g dotnet-pack-local
Run dotnet-pack-local --version
to check installed version.
Usage
To run the tool just navigate to a directory which is a part of the repo (usual repository root), open command line and run the tool by name:
dotnet-pack-local
Run tool with --help
flag to see all the supported commands and flags.
Options
Run the tool with --help
or just -h
flag to see the possible options.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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.