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