Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gigi81/libuv-build-nuget

Build pipeline that creates nuget package for libuv library (see libuv-shared in nuget.org)
https://github.com/gigi81/libuv-build-nuget

Last synced: about 1 month ago
JSON representation

Build pipeline that creates nuget package for libuv library (see libuv-shared in nuget.org)

Awesome Lists containing this project

README

        

[![NuGet](https://img.shields.io/nuget/v/libuv-shared)](https://www.nuget.org/packages/libuv-shared)
[![Build Status](https://luigigrilli.visualstudio.com/libuv/_apis/build/status/gigi81.libuv-build-nuget?branchName=main)](https://luigigrilli.visualstudio.com/libuv/_build/latest?definitionId=16&branchName=main)

# Introduction
This is a project containing an ADO build pipeline to produce the nuget package for libuv.
The package contains the native libuv library for Windows (x64/x86/arm/arm64), Linux (x64/arm64/arm/armel) and Osx (x64/arm64)

# Install Package
You can install the package in a dotnet project with the command

```bash
dotnet install libuv-shared
```