From c2b926aa1d3a4fdba632c70d0121521495094e6b Mon Sep 17 00:00:00 2001 From: Lucas DELANIER Date: Thu, 9 Feb 2023 14:47:00 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e39368b..2af9e02 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,7 +15,7 @@ steps: commands: - cd Sources/ - dotnet restore LeagueOfLegends.sln - - dotnet build LeagueOfLegends.sln-c Release --no-restore + - dotnet build LeagueOfLegends.sln -c Release --no-restore - dotnet publish LeagueOfLegends.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - name: tests