client-dotnet/.gitlab-ci.yml

13 lines
152 B
YAML
Raw Normal View History

image: mcr.microsoft.com/dotnet/sdk:5.0
stages:
- test
- release
test:
stage: test
script:
- dotnet tool restore
- dotnet nuke Test