diff --git a/.drone.yml b/.drone.yml index e39368b..2af9e02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: commands: - cd Sources/ - dotnet restore LeagueOfLegends.sln - - dotnet build LeagueOfLegends.sln-c Release --no-restore + - dotnet build LeagueOfLegends.sln -c Release --no-restore - dotnet publish LeagueOfLegends.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - name: tests