diff options
author | crupest <crupest@outlook.com> | 2019-02-09 14:09:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2019-02-09 14:09:43 +0800 |
commit | 1f43fb91a583f896df72ee84cd0c4de9ecf78a49 (patch) | |
tree | b5e16c55ae0f340f10d83c904bb78108b340b5f8 | |
parent | 22dde92839dbcd173bf1734b2cd3c1de9f8630f0 (diff) | |
download | timeline-1f43fb91a583f896df72ee84cd0c4de9ecf78a49.tar.gz timeline-1f43fb91a583f896df72ee84cd0c4de9ecf78a49.tar.bz2 timeline-1f43fb91a583f896df72ee84cd0c4de9ecf78a49.zip |
...
-rw-r--r-- | azure-pipelines.yml | 2 |
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/ |