Added basic run scripts

pull/33/head
William Lewis 3 months ago
parent d53ffebc1c
commit da8d666ffd

@ -0,0 +1,3 @@
#!/bin/bash
dotnet run --project ActiveAllocator.API/ActiveAllocator.API.csproj

@ -0,0 +1,4 @@
#!/bin/bash
dotnet test
dotnet run --project ActiveAllocator.API/ActiveAllocator.API.csproj
Loading…
Cancel
Save