diff --git a/.drone.yml b/.drone.yml index be26d5d..cc8e199 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,9 +11,10 @@ steps: - name: build image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - - cd Sources/ - - dotnet restore LeagueOfLegends.sln + - cd Sources/LolApp/ - dotnet workload restore + - cd .. + - 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