Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 543 Bytes

BUILD.md

File metadata and controls

35 lines (25 loc) · 543 Bytes

Build How-to

Pre-requisites

.NET Core:

Commandline Building

Run these commands in the ApplicationInspector directory.

Building a Debug version

Windows

dotnet build

Linux/Mac

dotnet build

Building a Release version

Windows

dotnet publish -c Release -r win10-x64

Linux/Mac

dotnet publish