Tweaked CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-04-30 15:31:44 +02:00
parent c4c3f65074
commit 648b6dabb0

View File

@@ -1,7 +1,9 @@
pipeline:
test:
kind: pipeline
name: default
steps:
- name: test
image: microsoft/dotnet:2.0-sdk
pull: true
commands:
- dotnet restore
- cd UpsilonTests