Upsilon/.drone.yml
Deukhoofd 21a40fbcbf
Some checks failed
continuous-integration/drone/push Build is failing
Update to .NET Core 2.2
2019-04-30 16:32:30 +02:00

11 lines
212 B
YAML

kind: pipeline
name: default
steps:
- name: test
image: microsoft/dotnet:2.2-sdk
commands:
- dotnet restore
- cd UpsilonTests
- dotnet xunit -c Release -xml ../tests/UpsilonTests.xml