1
0

Deploy any package version locally

This commit is contained in:
2025-11-12 22:09:23 +01:00
parent fb26e441a4
commit 7b5ef8d81e

View File

@@ -66,6 +66,19 @@ test-debug:
coverage_format: cobertura
path: ./**/coverage.cobertura.xml
test-deploy:
stage: deploy
dependencies:
- build-debug
- test-debug
tags:
- docker
- lnx
- 64bit
rules:
- if: $CI_COMMIT_TAG == null
script:
- dotnet nuget push -k $BAGET_APIKEY -s https://nuget.home.am-wd.de/v3/index.json artifacts/*.nupkg
build-release: