From 1b5ef4eff55dd6097fd39d49e377ddff3a386755 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20LAVERGNE?= Date: Sat, 15 Jun 2024 22:28:49 +0200 Subject: [PATCH] Deleting the MAUI build step of the CI --- .drone.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index e6e8c51..24ef5a4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,12 +10,6 @@ trigger: - push steps: - - name: clean - image: mcr.microsoft.com/dotnet/sdk:7.0 - commands: - - cd Sources/GameAtlas - - dotnet clean GameAtlas.sln - - name: build-Models image: mcr.microsoft.com/dotnet/sdk:7.0 commands: