Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLluis Sanchez <llsan@microsoft.com>2020-10-05 14:20:08 +0300
committerLluis Sanchez <llsan@microsoft.com>2020-10-05 14:20:08 +0300
commit1956ad19a14a951feb677d3ca3d568e7832d1289 (patch)
tree500f3581fd3caddd12424edd74dc65422ae11f9b /azure-pipelines.yml
parent3f41519d63aecbc16922c23108dd40cecb5a8300 (diff)
Update azure-pipelines.yml for Azure Pipelines
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 35e6613..1ed228e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -38,10 +38,10 @@ steps:
msbuildArguments: '/t:Test'
- task: PublishTestResults@2
- displayName: 'Publish Test Results Test\UnitTests\bin\Debug\*.xml'
+ displayName: 'Publish Test Results Test\UnitTests\TestResult.xml'
inputs:
testResultsFormat: NUnit
- testResultsFiles: 'Test/UnitTests/bin/Debug/*.xml'
+ testResultsFiles: 'Test/UnitTests/TestResult.xml'
- task: CopyFiles@1
displayName: 'Copy Files to: $(build.artifactstagingdirectory)'