aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrobibero <cody@robibe.ro>2020-10-02 07:07:48 -0600
committercrobibero <cody@robibe.ro>2020-10-02 07:07:48 -0600
commitfcc9482ff94254dc853157f200f4a03c92f0366e (patch)
treee1fdb37954baf3d7fc51a598693e55f248f9a1b8
parentc7b3d4a90c946f9a2438622cc0ca43d19b84bef8 (diff)
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)"