Newer
Older
image : mcr.microsoft.com/dotnet/sdk:5.0
stages:
- build
- test
- release
- deploy
build:
stage: build
- dotnet publish -c Release -o ../SDK SDK/SDK.csproj
- dotnet nuget add source https://gitlab.twinzo.eu/api/v4/projects/189/packages/nuget/index.json -n gitlab_tDevkit --api-key DGNWkU2xbAXkRH3xo7jL --store-password-in-clear-text
- dotnet nuget push "SDK/bin/Release/*.nupkg" --source gitlab_tDevkit