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 23620d035415e83809b020afd7314e93674284fe Author: Shad Storhaug <[email protected]> AuthorDate: Sat Sep 26 16:51:13 2020 +0700 publish-test-results.yml: Removed call to show-all-files.yml that is for debugging --- 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 a6aa312..1e169bc 100644 --- a/build/azure-templates/publish-test-results.yml +++ b/build/azure-templates/publish-test-results.yml @@ -43,7 +43,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.vsTestPlatform }}/${{ parameters.testProjectName }}/${{ parameters.testResultsFileName }}"
