From b6ff51c9df5d2eb4caf36f6ee2af35f766f12f09 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Mon, 5 May 2025 17:36:23 +0200 Subject: [PATCH] CI: Hide documentation warnings in CI --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1738369..447a9b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file