Upsilon/.drone.yml

9 lines
193 B
YAML
Raw Normal View History

2019-04-30 12:02:30 +00:00
pipeline:
test:
image: microsoft/dotnet:2.0-sdk
pull: true
commands:
- dotnet restore
- cd UpsilonTests
- dotnet xunit -c Release -xml ../tests/UpsilonTests.xml