From ca213a1da2cf2b8bd5a270425a836f32a9edcf78 Mon Sep 17 00:00:00 2001 From: Maxime BATISTA Date: Tue, 2 May 2023 18:00:22 +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 211902d..e21fbfe 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ type: docker steps: - name: "Build APK" - image: mcr.microsoft.com/dotnet/framework/sdk:4.8.1 + image: mono:latest commands: - dotnet workload install maui - dotnet build -f net7.0-android -c Release \ No newline at end of file