From 92702e88fcf9a66f176e5bd026e68d855a916667 Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Wed, 27 Mar 2024 17:01:26 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fca25c8..06d023a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ trigger: steps: - name: build - image: mcr.microsoft.com/dotnet/sdk:7.0 + image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - cd Sources/HeartTrack/ - dotnet restore HeartTrack.sln @@ -16,7 +16,7 @@ steps: - dotnet publish HeartTrack.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - name: tests - image: mcr.microsoft.com/dotnet/sdk:7.0 + image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - cd Sources/HeartTrack/ - dotnet restore HeartTrack.sln