From d103fccdc67243cf8865bfcb5dbd56680f138d01 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Mon, 5 May 2025 17:18:28 +0200 Subject: [PATCH] Tweaks for CI build --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4fef4de..1738369 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,5 +8,10 @@ steps: image: mcr.microsoft.com/dotnet/sdk:9.0-alpine environment: HUSKY: 0 + TERM: xterm + DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION: true + DOTNET_CONSOLE_ANSI_COLOR: true commands: - - dotnet test PkmnLib.NET.slnx -c Release \ No newline at end of file + - dotnet restore PkmnLib.NET.slnx --nologo --verbosity quiet + - dotnet build PkmnLib.NET.slnx -c Release --nologo --verbosity quiet + - dotnet test PkmnLib.NET.slnx -c Release --nologo --no-restore --no-build \ No newline at end of file