summarylogtreecommitdiffstats
path: root/dev.sh
blob: 90713ec547844a7e860df78c2fda9b8d53f228ac (plain)
1
2
3
4
5
6
7
#!/usr/bin/bash

set -e

./clean.sh
dotnet publish -c Debug --use-current-runtime || echo "Build failed" >&2
bin/Debug/net7.0/linux-x64/publish/rgx --help || echo "Execute failed" >&2