diff --git a/.drone.yml b/.drone.yml index 5b7c603..5d98ec8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,7 +34,7 @@ steps: sonar_token: from_secret: SECRET_SONAR_LOGIN commands: - - cd src/MangaMap/ + - cd src/ - dotnet restore MangaMap.sln - dotnet sonarscanner begin /k:"MangaMap" /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - dotnet build MangaMap.sln -c Release --no-restore