Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-15 18:37:40 +00:00
parent ea76886869
commit c773f4d97b

View File

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