Tweaked CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2019-04-30 15:31:44 +02:00
parent c4c3f65074
commit 648b6dabb0
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 5 additions and 3 deletions

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