diff --git a/.drone.yml b/.drone.yml index 7543512..be26d5d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,7 @@ steps: commands: - cd Sources/ - dotnet restore LeagueOfLegends.sln + - dotnet workload restore - dotnet build LeagueOfLegends.sln -c Release --no-restore - dotnet publish LeagueOfLegends.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release