Upsilon/.drone.yml

9 lines
193 B
YAML

pipeline:
test:
image: microsoft/dotnet:2.0-sdk
pull: true
commands:
- dotnet restore
- cd UpsilonTests
- dotnet xunit -c Release -xml ../tests/UpsilonTests.xml