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 | a8a5d3e2e7b2d7705f1b9badbdda406b1967df9f (patch) | |
tree | c0ac14f4a5c622b9326f30aba502595223dc3ed1 | |
parent | 28fa3d97331783f08de965c6a6ea7bc657492978 (diff) | |
download | timeline-a8a5d3e2e7b2d7705f1b9badbdda406b1967df9f.tar.gz timeline-a8a5d3e2e7b2d7705f1b9badbdda406b1967df9f.tar.bz2 timeline-a8a5d3e2e7b2d7705f1b9badbdda406b1967df9f.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/ |