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