Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/credfeto/nuget-multi-push

dotnet core tool to push multiple packages to nuget in one go
https://github.com/credfeto/nuget-multi-push

Last synced: about 2 months ago
JSON representation

dotnet core tool to push multiple packages to nuget in one go

Awesome Lists containing this project

README

        

# nuget-multi-push

DotNet core tool for pushing a directory full of packages to a nuget server rather than looping through all the packages
in the folder one at a time.

## Installation

``dotnet tool install Credfeto.Package.Push``

## Usage

``dotnet pushpackages --folder c:\packages --api-key API-KEY --source https://feed-push-url/``

## Build Status

| Branch | Status |
|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| main | [![Build: Pre-Release](https://github.com/credfeto/nuget-multi-push/actions/workflows/build-and-publish-pre-release.yml/badge.svg)](https://github.com/credfeto/nuget-multi-push/actions/workflows/build-and-publish-pre-release.yml) |
| release | [![Build: Release](https://github.com/credfeto/nuget-multi-push/actions/workflows/build-and-publish-release.yml/badge.svg)](https://github.com/credfeto/nuget-multi-push/actions/workflows/build-and-publish-release.yml) |

## Changelog

View [changelog](CHANGELOG.md)

## Contributors