Update publish.sh
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Clean up
|
||||||
|
echo "Cleaning up build directory"
|
||||||
|
[ -d "Publish" ] && rm -r Publish
|
||||||
|
|
||||||
# Publish Server
|
# Publish Server
|
||||||
echo "Running dotnet publish for server"
|
echo "Running dotnet publish for server"
|
||||||
dotnet publish \
|
dotnet publish \
|
||||||
|
|||||||
Reference in New Issue
Block a user