Skip to content
This repository was archived by the owner on Sep 23, 2025. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 340 Bytes

File metadata and controls

23 lines (15 loc) · 340 Bytes

SceneGate.PC

File format support for the PC platform.

Build

Requirements:

  • .NET Core 3.1 SDK

Steps:

# Run these command only the first time to get the build tools
dotnet tool restore
dotnet cake --bootstrap

# Build, test and stage artifacts
dotnet cake

# Just for building and testing
dotnet cake --target=BuildTest