1 changed file
build-templates/libraries | ||
test-dotnet.yml | ||
test-dotnet.yml
/build-templates/libraries/test-dotnet.yml-1+1/build-templates/libraries/test-dotnet.yml
Add comment 22 # publish the test pass/fail results to the pipeline, so that they are available in the Azure DevOps pipeline dashboard.
Add comment 23 publishTestResults: true
Add comment 24 projects: |
Add comment 25 Minus **/*.*[Tt]est*.csproj;
Add comment 25 Plus **/*.*[Tt]est*.csproj
Add comment 26
Add comment 27 # takes the code coverage results and transforms them into a readable report.
Add comment 28 - script: |