From c4b330ca8bb0d881b316eb5fe7e9531e7c2df40e Mon Sep 17 00:00:00 2001 From: Jade VAN BRABANDT Date: Tue, 19 Dec 2023 14:52:50 +0100 Subject: [PATCH] Fix : Testing Drone thing --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 86f0554..f749ede 100755 --- a/.drone.yml +++ b/.drone.yml @@ -8,14 +8,14 @@ trigger: steps: - name: build - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - cd Blazor/ - dotnet restore Blazor.sln - dotnet build Blazor.sln -c Release --no-restore - name: tests - image: mcr.microsoft.com/dotnet/sdk:6.0 + image: mcr.microsoft.com/dotnet/sdk:7.0 commands: - cd Blazor/ - dotnet restore Blazor.sln