From 95297de851f43e6f7d88f2d0a2cf4edc984772cb Mon Sep 17 00:00:00 2001 From: Maxence LANONE Date: Mon, 13 Mar 2023 14:55:03 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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