From 07d9b454d512b81f950556c6eac796badc0e0c3f Mon Sep 17 00:00:00 2001 From: Nicolas BLONDEAU Date: Sun, 7 May 2023 19:58:48 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2c6f0b3..f610aca 100644 --- a/.drone.yml +++ b/.drone.yml @@ -47,7 +47,7 @@ steps: sonar_token: from_secret: SECRET_SONAR_LOGIN project_key: MineGuide101 - coverage_exclusions: "Tests/**""Console/**" + coverage_exclusions: "Tests/** Console/**" commands: - cd Sources/ - dotnet restore MineGuide_linuxOnly.sln