From ca965159925bb06c204c50113579596541267617 Mon Sep 17 00:00:00 2001 From: Maxence LANONE Date: Wed, 15 Mar 2023 17:54: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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index cc8e199..7543512 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,9 +11,7 @@ steps: - name: build image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - - cd Sources/LolApp/ - - dotnet workload restore - - cd .. + - cd Sources/ - 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