DiffConflicts

This commit is contained in:
2023-03-18 05:08:12 +06:00
parent d9f14d3c11
commit 1299e83d4e
8 changed files with 354 additions and 123 deletions

4
publish_debug.sh Normal file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
rm -rf publish
mkdir publish
dotnet publish -c debug -o publish -f net7.0