Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/gigi81/libuv-build-nuget
- Owner: gigi81
- Created: 2023-02-25T10:05:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T19:32:59.000Z (3 months ago)
- Last Synced: 2024-10-12T00:38:54.652Z (3 months ago)
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```