diff --git a/.drone.yml b/.drone.yml index 4c07b9b..cc3bdd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,6 @@ steps: - dotnet restore LeagueOfLegends.sln - dotnet build LeagueOfLegends.sln -c Release --no-restore - dotnet publish LeagueOfLegends.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - depends_on: [] - name: tests image: mcr.microsoft.com/dotnet/sdk:6.0