From 163ef57b03b83a08456fce36c2a424566ffa65c7 Mon Sep 17 00:00:00 2001 From: Nicolas BLONDEAU Date: Sun, 7 May 2023 19:53:57 +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 047f73f..2c6f0b3 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