From fa9cc884d16338df2f080f738fef7597f6817379 Mon Sep 17 00:00:00 2001 From: Filippo Passeggieri Date: Thu, 31 Aug 2023 17:04:16 +0200 Subject: [PATCH] minor tweaks --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 866ea99..85bf7d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - apt-get install --yes openjdk-11-jre - dotnet tool install --global dotnet-sonarscanner - export PATH="$PATH:$HOME/.dotnet/tools" - - dotnet sonarscanner begin /k:"My-Weather-API" /d:sonar.login="$SONAR_TOKEN" /d:"sonar.host.url=$SONAR_HOST_URL" + - dotnet sonarscanner begin /k:"my-weather-app" /d:sonar.login="$SONAR_TOKEN" /d:"sonar.host.url=$SONAR_HOST_URL" - dotnet build - dotnet sonarscanner end /d:sonar.login="$SONAR_TOKEN" - dotnet publish -c Release -o ./publish