You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by dp...@apache.org on 2017/08/19 16:15:16 UTC

[10/12] logging-log4net git commit: Jenkinsfile: let dotnet test verbosity be detailed

Jenkinsfile: let dotnet test verbosity be detailed


Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/13e136fb
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/13e136fb
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/13e136fb

Branch: refs/heads/feature/netstandard-2.0
Commit: 13e136fba5e353068935c40acb0c1025db47ca16
Parents: 5edf53a
Author: Dominik Psenner <dp...@apache.org>
Authored: Sat Aug 19 12:21:35 2017 +0200
Committer: Dominik Psenner <dp...@apache.org>
Committed: Sat Aug 19 12:21:35 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/13e136fb/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 34cb27a..e6f2224 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -63,7 +63,7 @@ pipeline {
 						stash includes: 'bin/**/*.*', name: 'netstandard-1.3-assemblies'
 
 						// test
-						sh 'cd netstandard/log4net.tests && dotnet test'
+						sh 'cd netstandard/log4net.tests && dotnet test --verbosity detailed'
 					}
 				}
 			}