1
0
Files
common/.gitlab-ci.yml
2021-10-22 21:12:32 +02:00

13 lines
247 B
YAML

image: mcr.microsoft.com/dotnet/sdk
stages:
- build
build:
stage: build
tags:
- docker
script:
- bash build.sh
- dotnet nuget push -k $APIKEY -s https://nuget.am-wd.de/v3/index.json --skip-duplicate build/*.nupkg