From 45e0368c412e67032308ac366b6e5634310d0398 Mon Sep 17 00:00:00 2001 From: David D'ALMEIDA Date: Tue, 19 Mar 2024 08:56:12 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 86ec26f..0f4f30c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - dotnet publish HeartTrack.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - name: tests - image: mcr.microsoft.com/dotnet/sdk:8.0 + image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - cd src/ - dotnet restore HeartTrack.sln