From b348e3e1afe495b500aa87ee553468eeaf60ca74 Mon Sep 17 00:00:00 2001 From: Matheo HERSAN Date: Thu, 11 May 2023 21:11:56 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c8959c8..b680748 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ trigger: steps: - name: build - image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest + image: mcr.microsoft.com/dotnet/sdk:7.0 volumes: - name: Documentation path: /Documentation @@ -22,7 +22,7 @@ steps: - dotnet publish SolutionTest.sln -c Release --no-restore -o $CI_PROJECT_DIR/build/release - name: tests - image: hub.codefirst.iut.uca.fr/marc.chevaldonne/codefirst-dotnet7-maui:latest + image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - cd MangaMap/ - dotnet restore MangaMap.sln