fix: Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-15 18:15:12 +00:00
parent 57b35ae431
commit 6a1dc75b3b

View File

@@ -19,6 +19,7 @@ api-build:
stage: build
image: mcr.microsoft.com/dotnet/sdk:8.0
script:
- ls -halt
- cd Api
- dotnet build Api.csproj --output ./build --runtime linux-x64
artifacts: