More work on CI
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2019-04-30 16:19:41 +02:00
parent 648b6dabb0
commit 8e6eb42b7e
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: default
steps:
- name: test
image: microsoft/dotnet:2.0-sdk
image: microsoft/dotnet:2.1-sdk
commands:
- dotnet restore
- cd UpsilonTests