Update .drone.yml

This commit is contained in:
Victor Mylle 2023-03-09 23:32:04 +00:00
parent 1ce182e769
commit 091e77e3c7

View File

@ -18,6 +18,7 @@ steps:
- rm src.sln
- rm Assembly-CSharp-Editor.csproj
# - rm Assembly-CSharp.csproj
- cat Assembly-CSharp.csproj
- 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