This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 61c311850ea82f15165afe91621a83d5633bf5db
Author: Shad Storhaug <[email protected]>
AuthorDate: Tue Jul 14 09:11:01 2020 +0700

    publish-test-results.yml: View files in test environment after artifacts 
are downloaded
---
 build/azure-templates/publish-test-results.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build/azure-templates/publish-test-results.yml 
b/build/azure-templates/publish-test-results.yml
index 4509f52..c60fea6 100644
--- a/build/azure-templates/publish-test-results.yml
+++ b/build/azure-templates/publish-test-results.yml
@@ -41,7 +41,7 @@ steps:
 #    EnsureNotNullOrEmpty('${{ parameters.testResultsFileName }}', 
'testResultsFileName')
 #  displayName: 'Validate Template Parameters'
 
-#- template: 'show-all-files.yml' # Uncomment for debugging
+- template: 'show-all-files.yml' # Uncomment for debugging
 
 - powershell: |
     $testResultsFileName = "$(Build.ArtifactStagingDirectory)/${{ 
parameters.testResultsArtifactName }}/${{ parameters.osName }}/${{ 
parameters.framework }}/${{ parameters.testProjectName }}/${{ 
parameters.testResultsFileName }}"

Reply via email to