Update '.drone.yml'
continuous-integration/drone/push Build is failing Details

pull/43/head^2
Matheo HERSAN 2 years ago
parent f2946d27e2
commit de7de89e99

@ -34,7 +34,7 @@ steps:
sonar_token: sonar_token:
from_secret: SECRET_SONAR_LOGIN from_secret: SECRET_SONAR_LOGIN
commands: commands:
- cd src/MangaMap/ - cd src/
- dotnet restore MangaMap.sln - dotnet restore MangaMap.sln
- dotnet sonarscanner begin /k:"MangaMap" /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - 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 - dotnet build MangaMap.sln -c Release --no-restore

Loading…
Cancel
Save