Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is failing Details

master
Cedric CHARBONNEL 2 years ago
parent 903d194769
commit d18d607069

@ -32,7 +32,7 @@ steps:
sonar_token: sonar_token:
from_secret: SECRET_SONAR_LOGIN from_secret: SECRET_SONAR_LOGIN
commands: commands:
- cd LOLAPP/LOLAPP/ - cd LOLAPP/
- dotnet restore LOLAPP.sln - dotnet restore LOLAPP.sln
- dotnet sonarscanner begin /k:"LOLAPP" /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.login=$${PLUGIN_SONAR_TOKEN} - dotnet sonarscanner begin /k:"LOLAPP" /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.login=$${PLUGIN_SONAR_TOKEN}
- dotnet build LOLAPP.sln -c Release --no-restore - dotnet build LOLAPP.sln -c Release --no-restore

Loading…
Cancel
Save