From c352e28f6d7df0d7136bd4cecb2d6ee70e509e5b Mon Sep 17 00:00:00 2001 From: RemRem et ToTo Date: Wed, 10 May 2023 13:37: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 fce642e..5dc4852 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ trigger: steps: - name: build - image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest + image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - cd ParionsCuite - dotnet restore ParionsCuite.sln