From b9cb6fe4b349fe6e0bf354b4f8d85e6ab2cee810 Mon Sep 17 00:00:00 2001 From: "maxime.rocher" Date: Tue, 4 Feb 2025 11:26:26 +0100 Subject: [PATCH] Test CI 10 --- .drone.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index abbb8be..bc4c963 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,6 @@ steps: project_key: web_admin coverage_exclusions: "Tests/**" commands: - - cd Sources/ - dotnet restore WF-WebAdmin/WF-WebAdmin.sln - dotnet sonarscanner begin /k:$${project_key} /d:sonar.host.url=$${sonar_host} /d:sonar.coverageReportPaths="coveragereport/SonarQube.xml" /d:sonar.coverage.exclusions=$${coverage_exclusions} /d:sonar.login=$${sonar_token} - dotnet build WF-WebAdmin/WF-WebAdmin.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0