Update .gitlab-ci.yml file

This commit is contained in:
Marek Lesko
2025-07-27 16:55:10 +00:00
parent 003625113c
commit a551ec95c0

View File

@@ -45,6 +45,7 @@ semantic-release:
update_db: update_db:
image: mcr.microsoft.com/dotnet/sdk:8.0 image: mcr.microsoft.com/dotnet/sdk:8.0
stage: release
script: script:
- dotnet restore - dotnet restore
- dotnet build - dotnet build