|
|
@ -56,7 +56,7 @@ jobs:
|
|
|
|
inputs:
|
|
|
|
inputs:
|
|
|
|
command: "test"
|
|
|
|
command: "test"
|
|
|
|
projects: ${{ parameters.TestProjects }}
|
|
|
|
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
|
|
|
|
publishTestResults: true
|
|
|
|
testRunTitle: $(Agent.JobName)
|
|
|
|
testRunTitle: $(Agent.JobName)
|
|
|
|
workingDirectory: "$(Build.SourcesDirectory)"
|
|
|
|
workingDirectory: "$(Build.SourcesDirectory)"
|
|
|
|