From 8a39beca881fd144854910424a3ac53621843552 Mon Sep 17 00:00:00 2001 From: Evann Regnault Date: Tue, 30 Apr 2024 17:28:29 +0200 Subject: [PATCH] Version 1 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 932b60d..cf80b6b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ type: docker name: build steps: - - name: Build .Net image + - name: Build .Net image image: mcr.microsoft.com/dotnet/sdk:8.0 commands: - apt-get update && apt-get install -y zip