change throw to return and fix bug: when error always throw

This commit is contained in:
2025-04-23 13:41:48 +08:00
parent 87c158ebfe
commit 0fb5a16b8e
6 changed files with 169 additions and 122 deletions

View File

@@ -3,6 +3,12 @@
pwd
echo
clean:
rm -rf "server/bin"
rm -rf "server/obj"
rm -rf "server.test/bin"
rm -rf "server.test/obj"
[working-directory: "server"]
publish: _show-dir
dotnet publish --self-contained false -t:PublishAllRids