This commit is contained in:
2024-01-01 15:15:11 +06:00
parent 7fe79f0300
commit 0c2670f55a
8 changed files with 38 additions and 35 deletions

View File

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