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