Added CI
This commit is contained in:
parent
30177e6c1e
commit
a9dbb2c1ed
|
@ -0,0 +1,8 @@
|
||||||
|
pipeline:
|
||||||
|
test:
|
||||||
|
image: microsoft/dotnet:2.0-sdk
|
||||||
|
pull: true
|
||||||
|
commands:
|
||||||
|
- dotnet restore
|
||||||
|
- cd UpsilonTests
|
||||||
|
- dotnet xunit -c Release -xml ../tests/UpsilonTests.xml
|
Loading…
Reference in New Issue