Prechádzať zdrojové kódy

Merge pull request #4255 from crobibero/ci-xml-docs

Generate document file for openapi spec in CI
Bond-009 4 rokov pred
rodič
commit
b87db136cc
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      .ci/azure-pipelines-test.yml

+ 1 - 1
.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)"