From 5aaf5d6cdb01dcb063fd6d67c70f3423a8a08c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20P=C3=A9rez=20Ngounou?= Date: Wed, 8 Feb 2023 17:15:13 +0100 Subject: [PATCH] com --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 23fa291..824728b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,7 +8,7 @@ trigger: steps: - name: build - image: mcr.microsoft.com/dotnet/sdk:5.0 + image: mcr.microsoft.com/dotnet/sdk:6.0 volumes: - name: docs path: /docs @@ -18,7 +18,7 @@ steps: - dotnet publish "TP Blazor".sln -c Release --no-restore -o CI_PROJECT_DIR/build/release - name: tests - image: mcr.microsoft.com/dotnet/sdk:5.0 + image: mcr.microsoft.com/dotnet/sdk:6.0 commands: - dotnet restore [TP Blazor].sln - dotnet test [TP Blazor].sln --no-restore