Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 174 Bytes

build-linux.md

File metadata and controls

22 lines (14 loc) · 174 Bytes

Build on Linux

Build

Configure project:

source configure.sh

Restore packages:

dotnet restore

Build:

dotnet build samples.sln