Update .drone.yml

This commit is contained in:
Victor Mylle
2023-03-08 12:57:23 +00:00
parent 6150f6c0bf
commit 718c0322e6

View File

@@ -17,10 +17,7 @@ steps:
- export PATH="$PATH:/root/.dotnet/tools"
- ls
- dotnet tool install --global dotnet-sonarscanner
- dotnet sonarscanner begin /k:"$SONAR_PROJECT_KEY" /d:sonar.host.url="$SONAR_HOST" /d:sonar.login="$SONAR_TOKEN" /d:sonar.branch.name="$DRONE_REPO_BRANCH" /d:sonar.analysis.mode=preview
- dotnet restore
- dotnet build src.sln
- dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN"
environment:
SONAR_HOST:
from_secret: sonar_host