Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 319 Bytes

build-windows.md

File metadata and controls

25 lines (17 loc) · 319 Bytes

Build on Windows

Build

Configure project:

. .\configure.ps1

Restore packages:

dotnet restore

Build:

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

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