Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 2.22 KB

README.md

File metadata and controls

36 lines (31 loc) · 2.22 KB

 Typing SVG

GitHub Workflow Status GitHub release (latest by date) GitHub

Usage

See the documentation for instructions on how to use it.

Build

Requirements

  • OS : Windows 10 or higher version (server edition is also available!)
  • Tools

Guide

  1. Open a PowerShell terminal from the project directory.
  2. Run the commands below.
Set-ExecutionPolicy Unrestricted
./build_script.ps1 -target RDMS/RDMS.csproj --framework net7.0 --self-contained false --configuration Release -p:PublishReadyToRun=true -excludeSymbols $(true|false)
./build_script.ps1 -target RDMS/RDMS.Services.csproj --framework net7.0 --self-contained false --configuration Release -p:PublishReadyToRun=true -p:PublishSingleFile=true -excludeSymbols $(true|false)

License

The contents are freely available under the MIT License.

The licenses of third-party libraries can be found here.