Files
Adam Hathcock 706b788177 Add CI build (#1)
* add package management and build

* add GA workflows

* add build files

* change build permissions

* add MinVer and GitHub source link

* get packing right
2024-06-06 12:08:19 +01:00

5 lines
87 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
dotnet run --project Build/Build.csproj -- "$@"