From 3e24fadd96dafe48ad84b60c00632e4830e41651 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Fri, 23 Feb 2024 09:50:37 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 8221008..666a0be 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ trigger: steps: - name: build - image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet8 + image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - cd src/ - dotnet restore HeartTrack.sln