Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 302 Bytes

build-mac.md

File metadata and controls

26 lines (17 loc) · 302 Bytes

Build on macOS

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