From a998907169efb8a6afc5b56f69a9df031e2acf8c Mon Sep 17 00:00:00 2001 From: Antoine PEREDERII Date: Fri, 23 Feb 2024 09:34:00 +0100 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index b93a3fb..e8cdd90 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,13 @@ trigger: steps: + - name: build + image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet8:latest + commands: + - cd src/ + - dotnet restore HeartTrack.sln + - dotnet build HeartTrack.sln -c Release --no-restore + - name: code-analysis image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dronesonarplugin-dotnet8 secrets: [ SECRET_SONAR_LOGIN ]