aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
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/