From 2babd2efc414814f1ece66b6718714754143b360 Mon Sep 17 00:00:00 2001 From: loobry Date: Sat, 6 May 2023 10:05:14 +0200 Subject: [PATCH] drone yml new image --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4545577..6c8a705 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ trigger: steps: - name: build - image: mcr.microsoft.com/dotnet/maui/sdk:7.0 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: - cd Sources/ - dotnet restore MauiApp1.sln