Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-15 18:29:07 +00:00
parent cd6dba6876
commit 52c2fe3941

View File

@@ -21,7 +21,7 @@ api-build:
script:
- ls -halt
- cd Api
- dotnet build Api.csproj --output ./build --runtime linux-x64
- dotnet build Api.csproj --output ./build --runtime linux-x64 --configuration Release --self-contained true
artifacts:
paths:
- Api/build