pool: vmImage: 'Ubuntu-latest' variables: buildConfiguration: 'Release' steps: - script: | dotnet test ./test/WireMock.Net.Tests/WireMock.Net.Tests.csproj --configuration $(buildConfiguration) --framework net6.0 --logger trx - task: PublishTestResults@2 inputs: testRunner: VSTest testResultsFiles: '**/*.trx'