Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Latest commit

 

History

History
35 lines (25 loc) · 533 Bytes

BUILD.md

File metadata and controls

35 lines (25 loc) · 533 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

make

Building a Release version

Windows

dotnet publish -c Release -r win10-x64

Linux/Mac

make release