From 6150f6c0bf1383a5cb9112ab00b5a38e67de190a Mon Sep 17 00:00:00 2001 From: Victor Mylle Date: Wed, 8 Mar 2023 12:33:16 +0000 Subject: [PATCH] Update .drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index fee9bcb..c7b25f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: - 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 + - dotnet build src.sln - dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN" environment: SONAR_HOST: