Tweaks for CI build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Deukhoofd 2025-05-05 17:18:28 +02:00
parent 7727f92f4e
commit d103fccdc6
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F

View File

@ -8,5 +8,10 @@ steps:
image: mcr.microsoft.com/dotnet/sdk:9.0-alpine image: mcr.microsoft.com/dotnet/sdk:9.0-alpine
environment: environment:
HUSKY: 0 HUSKY: 0
TERM: xterm
DOTNET_SYSTEM_CONSOLE_ALLOW_ANSI_COLOR_REDIRECTION: true
DOTNET_CONSOLE_ANSI_COLOR: true
commands: commands:
- dotnet test PkmnLib.NET.slnx -c Release - 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