From 3b52bb0812c0b14337e12ef63291b81ca2dc4e6f Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Tue, 6 Jun 2023 22:44:44 +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 c0d84d7..40f4345 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,7 +17,7 @@ steps: - dotnet publish MangaMap.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release --framework net7.0 - name: tests - image: mcr.microsoft.com/dotnet/sdk:7.0 + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest commands: - cd MangaMap/ - dotnet restore MangaMap.sln