11 lines
212 B
YAML
11 lines
212 B
YAML
kind: pipeline
|
|
name: default
|
|
|
|
steps:
|
|
- name: test
|
|
image: microsoft/dotnet:2.2-sdk
|
|
commands:
|
|
- dotnet restore
|
|
- cd UpsilonTests
|
|
- dotnet xunit -c Release -xml ../tests/UpsilonTests.xml
|