CI: Hide documentation warnings in CI
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Deukhoofd 2025-05-05 17:36:23 +02:00
parent d103fccdc6
commit b6ff51c9df
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F

View File

@ -13,5 +13,5 @@ steps:
DOTNET_CONSOLE_ANSI_COLOR: true
commands:
- dotnet restore PkmnLib.NET.slnx --nologo --verbosity quiet
- dotnet build PkmnLib.NET.slnx -c Release --nologo --verbosity quiet
- dotnet build PkmnLib.NET.slnx -c Release --nologo --verbosity quiet -p:NoWarn=CS1591
- dotnet test PkmnLib.NET.slnx -c Release --nologo --no-restore --no-build