TRX/tools/tr1/docker/installer/entrypoint.sh
lahm86 cf8fc3d6bf tools/installer: migrate TR1X installer
This migrates the TR1X installer to use the new common library.
2025-03-30 12:34:54 +01:00

12 lines
211 B
Bash
Executable file

#!/bin/bash
set -x
set -e
cd /app/tools/installer/
export DOTNET_CLI_HOME="/tmp/DOTNET_CLI_HOME"
shopt -s globstar
rm -rf **/bin **/obj **/out/*
dotnet restore
dotnet publish TR1X_Installer -c Release -o out