TRX/tools/tr2/docker/installer/entrypoint.sh
Marcin Kurczewski 3e2206906e
Some checks are pending
Run code linters / Run code linters (push) Waiting to run
Publish a pre-release / Build TR1 (push) Has been skipped
Publish a pre-release / Build TR2 (push) Has been skipped
Publish a pre-release / Create a prerelease (push) Has been skipped
build: add TR2 installer automatic builds
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 TR2X_Installer -c Release -o out