@@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -eo pipefail
BUILD_PATH="bin"
rm -rf "$BUILD_PATH"
dotnet publish "UplinkLauncher/UplinkLauncher.csproj" -o "$BUILD_PATH" \
-c Debug --arch x64
tree -h bin
The note is not visible to the blocked user.