aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2020-10-02 20:00:42 +0200
committerGitHub <noreply@github.com>2020-10-02 20:00:42 +0200
commitb87db136ccc7ceef7a9eb1ea6dfb92a34c6978e8 (patch)
treef6ce4fbd616ffd90bc35f26927ac4c76e16f8668
parentc3655e0e2ef5d29eed07c228be17be942dff7c7f (diff)
parentfcc9482ff94254dc853157f200f4a03c92f0366e (diff)
Merge pull request #4255 from crobibero/ci-xml-docs
Generate document file for openapi spec in CI
-rw-r--r--.ci/azure-pipelines-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/azure-pipelines-test.yml b/.ci/azure-pipelines-test.yml
index eca8aa90f..6a36698b5 100644
--- a/.ci/azure-pipelines-test.yml
+++ b/.ci/azure-pipelines-test.yml
@@ -56,7 +56,7 @@ jobs:
inputs:
command: "test"
projects: ${{ parameters.TestProjects }}
- arguments: '--configuration Release --collect:"XPlat Code Coverage" --settings tests/coverletArgs.runsettings --verbosity minimal "-p:GenerateDocumentationFile=False"'
+ arguments: '--configuration Release --collect:"XPlat Code Coverage" --settings tests/coverletArgs.runsettings --verbosity minimal'
publishTestResults: true
testRunTitle: $(Agent.JobName)
workingDirectory: "$(Build.SourcesDirectory)"