From 0238a062e1fee8c985286913b543ea42c61e6c80 Mon Sep 17 00:00:00 2001 From: Elias Jansson Date: Sat, 24 May 2025 16:50:23 +0200 Subject: [PATCH] Drone --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 9746499..455abcf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,10 @@ name: default steps: - name: build-dotnet image: mcr.microsoft.com/dotnet/sdk:6.0 + environment: + LANG: en_US.UTF-8 + LC_ALL: en_US.UTF-8 + DOTNET_CLI_UI_LANGUAGE: en-US commands: - dotnet publish Aberwyn/Aberwyn.csproj -c Release -o out