Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zvirja/dotnet-pack-local
A tool to pack project to local NuGet feed
https://github.com/zvirja/dotnet-pack-local
Last synced: 23 days ago
JSON representation
A tool to pack project to local NuGet feed
- Host: GitHub
- URL: https://github.com/zvirja/dotnet-pack-local
- Owner: zvirja
- License: mit
- Created: 2021-07-08T13:43:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-07T17:14:56.000Z (about 2 years ago)
- Last Synced: 2024-11-09T02:25:01.041Z (3 months ago)
- Language: C#
- Size: 46.9 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
[![Build status](https://ci.appveyor.com/api/projects/status/3t8wauku3bew47ty/branch/main?svg=true)](https://ci.appveyor.com/project/Zvirja/dotnet-pack-local/branch/main) [![Nuget version](https://img.shields.io/nuget/v/dotnet-pack-local.svg)](https://www.nuget.org/packages/dotnet-pack-local/)
# 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.