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 artifacts/*.nupkg