Added bat/ps1 file for building on Windows.

This commit is contained in:
Paul Knopf 2018-07-21 17:30:52 -04:00
parent 4bedfc52a2
commit 378c05532b
2 changed files with 3 additions and 0 deletions

1
build.bat Normal file
View file

@ -0,0 +1 @@
dotnet run -p ./build/scripts/Build.csproj -- %*

2
build.ps1 Normal file
View file

@ -0,0 +1,2 @@
$args = $args -join ' '
dotnet run -p ./build/scripts/Build.csproj -- $args