diff options
| author | crobibero <cody@robibe.ro> | 2020-10-02 07:07:48 -0600 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-10-02 07:07:48 -0600 |
| commit | fcc9482ff94254dc853157f200f4a03c92f0366e (patch) | |
| tree | e1fdb37954baf3d7fc51a598693e55f248f9a1b8 | |
| parent | c7b3d4a90c946f9a2438622cc0ca43d19b84bef8 (diff) | |
Generate document file for openapi spec in CI
| -rw-r--r-- | .ci/azure-pipelines-test.yml | 2 |
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)" |
