From 31eb156c481e4fefcd47c9dd87cd09c4ca7b546b Mon Sep 17 00:00:00 2001 From: Augustin AFFOGNON Date: Mon, 1 May 2023 10:32:55 +0200 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 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index b316684..27738ab 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,13 +18,6 @@ steps: - dotnet build Solution.sln -c Release --no-restore - dotnet publish Solution.sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - - name: tests - image: mcr.microsoft.com/dotnet/sdk:6.0 - commands: - - cd Sources/ - - dotnet restore Solution.sln - - dotnet test Solution.sln --no-restore - depends_on: [build] - name: code-analysis image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6