pipeline: test: image: microsoft/dotnet:2.0-sdk pull: true commands: - dotnet restore - cd UpsilonTests - dotnet xunit -c Release -xml ../tests/UpsilonTests.xml