Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 287 Bytes

Develop.md

File metadata and controls

25 lines (19 loc) · 287 Bytes

Develop

This document should guide you if you want to contribute to this project.

Commands

Restore

dotnet run restore

Build

dotnet run build

Run all tests

dotnet run test

Pack libraries

dotnet run pack <version>