Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 575 Bytes

BUILD.md

File metadata and controls

38 lines (27 loc) · 575 Bytes

Build How-to

Pre-requisites

CLI + GUI:

GUI:

  • Make sure to select ASP.NET Components in Visual Studio (You will otherwise receive an error opening this project)

Building

Run these commands in the Asa 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