add build scripts
.NET Build and Publish / build (push) Has been cancelled

This commit is contained in:
Adam Hathcock
2024-07-04 12:29:17 +01:00
parent 6d55a418f8
commit 295ba92f64
2 changed files with 7 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
$ErrorActionPreference = "Stop";
dotnet run --project build/build.csproj -- $args
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
dotnet run --project Build/Build.csproj -- "$@"