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

pull/40/head
Matheo HERSAN 2 years ago
parent 1a92d43ae5
commit 6a593988d6

@ -39,7 +39,7 @@ steps:
- dotnet sonarscanner begin /k:"MapManga" /d:sonar.host.url=$${PLUGIN_SONAR_HOST} /d:sonar.login=$${PLUGIN_SONAR_TOKEN}
- dotnet build MangaMap.sln -c Release --no-restore
# - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN}
# - dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN}
- dotnet sonarscanner end /d:sonar.login=$${PLUGIN_SONAR_TOKEN}
depends_on: [tests]
- name: generate-and-deploy-docs

Loading…
Cancel
Save