Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 304 Bytes

build-linux.md

File metadata and controls

28 lines (17 loc) · 304 Bytes

Build on Linux

Build

Configure project:

source configure.sh

Restore packages:

dotnet restore

Build:

# x64
dotnet build --property:Configuration=Debug --property:Platform=x64

# arm64
dotnet build --property:Configuration=Debug --property:Platform=arm64