just plain execution
msbuild / build (push) Failing after 23s Details

This commit is contained in:
Greg Gauthier 2024-02-27 14:34:12 +00:00
parent 7439c7898e
commit 58367327bb
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
#!/usr/bin/sh
sh dotnet run &
dotnet run &
disown
exit 0