remove nohup
msbuild / build (push) Has been cancelled Details

This commit is contained in:
Greg Gauthier 2024-02-27 14:31:40 +00:00
parent a392a25276
commit 7439c7898e
1 changed files with 1 additions and 1 deletions

View File

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