From 123f67efb48e8f44013edc15d2fcb0658895ad50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Mouyon?= Date: Tue, 30 Apr 2024 17:59:17 +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 | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2d8d375..9f8e1ba 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,17 +7,11 @@ trigger: - push steps: - - name: build_docnet + - name: build image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - cd ./Qwirkle - - 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 - - name: build_maui - image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet8-maui:latest - 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