From 6f4a4ddfc30b0d13f41150c34f66293241ba391e Mon Sep 17 00:00:00 2001 From: Nicolas BLONDEAU Date: Sun, 7 May 2023 19:52:16 +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 ff3a6d5..047f73f 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