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

pull/1/head
Théo DUPIN 2 years ago
parent 500681463f
commit f80d89ce6d

@ -24,7 +24,7 @@ steps:
- name: code-analysis
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6
commands:
- cd /Sources
- cd Sources
- dotnet restore LeagueOfLegends.sln
- dotnet sonarscanner begin /k:Entity_Framework_Theo /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.coverageReportPaths="coveragereport/SonarQube.xml" /d:sonar.login=$${PLUGIN_SONAR_TOKEN}
- dotnet build LeagueOfLegends.sln -c Release --no-restore

Loading…
Cancel
Save