Update publish.sh

This commit is contained in:
2020-02-29 23:58:08 +01:00
parent 3f3a532a9f
commit 0b7e4ac7e0

View File

@@ -1,5 +1,9 @@
#!/usr/bin/env bash
# Clean up
echo "Cleaning up build directory"
[ -d "Publish" ] && rm -r Publish
# Publish Server
echo "Running dotnet publish for server"
dotnet publish \