From 1f43fb91a583f896df72ee84cd0c4de9ecf78a49 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 9 Feb 2019 14:09:43 +0800 Subject: ... --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a71b3009..b67afdc2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,7 +21,7 @@ steps: - task: PublishTestResults@2 condition: succeededOrFailed() inputs: - testRunner: xUnit + testRunner: VSTest testResultsFiles: '**/*.trx' - script: dotnet publish Timeline/Timeline.csproj --configuration $(buildConfiguration) --output ./publish/ -- cgit v1.2.3