Drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Elias Jansson
2025-05-24 16:50:23 +02:00
parent 9e3b7a079e
commit 0238a062e1

View File

@@ -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