This commit is contained in:
@@ -5,6 +5,10 @@ name: default
|
|||||||
steps:
|
steps:
|
||||||
- name: build-dotnet
|
- name: build-dotnet
|
||||||
image: mcr.microsoft.com/dotnet/sdk:6.0
|
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:
|
commands:
|
||||||
- dotnet publish Aberwyn/Aberwyn.csproj -c Release -o out
|
- dotnet publish Aberwyn/Aberwyn.csproj -c Release -o out
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user