From 69ea3a08c7a17bb610392657d39340b6dbce8efd Mon Sep 17 00:00:00 2001 From: Hugo LIVET Date: Tue, 20 Dec 2022 12:25:26 +0100 Subject: [PATCH] =?UTF-8?q?:green=5Fheart:=20correction=20des=20d=C3=A9pen?= =?UTF-8?q?dances=20de=20la=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 253b4fd..6c3d644 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - cd Sources + - dotnet add package Newtonsoft.Json --version 13.0.2 - dotnet workload restore - dotnet restore CI_MAUI.sln - dotnet build CI_MAUI.sln -c Release --no-restore @@ -28,6 +29,7 @@ steps: image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6 commands: - cd Sources/ + - dotnet add package Newtonsoft.Json --version 13.0.2 - dotnet workload restore - dotnet restore CI_MAUI.sln - dotnet sonarscanner begin /k:ConsEco /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.coverageReportPaths="coveragereport/SonarQube.xml" /d:sonar.coverage.exclusions="Tests/**" /d:sonar.login=$${PLUGIN_SONAR_TOKEN}