From 92642d2b07c4cd079e4bc5967514cff5d6f4c805 Mon Sep 17 00:00:00 2001 From: Antoine Jourdain Date: Wed, 17 Jan 2024 10:41:01 +0100 Subject: [PATCH] Test drone V2 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 6b92feb..9b67b30 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: depends_on: [build] - name: code-analysis - image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet6 + image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dronesonarplugin-dotnet7 commands: - cd Project/adminBlazor - dotnet restore adminBlazor.sln