From e2da2af8410e15c420fa6df44df7353b1a84ce5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Mouyon?= Date: Fri, 3 May 2024 17:24:40 +0200 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 | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9f8e1ba..d5118ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,6 @@ steps: image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - cd ./Qwirkle - - dotnet workload install maui-android - dotnet restore Qwirkle.sln - dotnet build Qwirkle.sln -c Release --no-restore - dotnet publish Qwirkle.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release \ No newline at end of file