From 33f124a9e1d698ec07974dacc6698da1d9be6f4a Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Thu, 11 May 2023 20:44:59 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ac409a4..fd6ade6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: commands: - cd MangaMap/ - dotnet restore MangaMap.sln - - dotnet build MangaMap.sln -c Release --no-restore /p:AndroidSdkDirectory=$ANDROID_SDK_ROOT -property:Aapt2ToolPath=$ANDROID_SDK_ROOT/build-tools/33.0.0 + - dotnet build MangaMap.sln -c Release --no-restore - name: tests image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: