1
0

Refactoring

This commit is contained in:
2021-10-22 21:05:37 +02:00
commit ca9de13c9e
43 changed files with 5145 additions and 0 deletions

12
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,12 @@
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