Repository: logging-log4net
Updated Branches:
  refs/heads/feature/netstandard-2.0 4c5edb375 -> a7c6100e4


Jenkinsfile: commented out dotnet test for target compile-netstandard-1.3


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

Branch: refs/heads/feature/netstandard-2.0
Commit: a7c6100e469f4159d02b4d5bb61e5f242f67f08c
Parents: 4c5edb3
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sun Aug 20 21:58:24 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Sun Aug 20 21:58:24 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/a7c6100e/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 2604347..16d3ff4 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -62,8 +62,8 @@ pipeline {
                                                sh "nant 
compile-netstandard-1.3"
                                                stash includes: 'bin/**/*.*', 
name: 'netstandard-1.3-assemblies'
 
-                                               // test
-                                               sh "dotnet test 
tests/src/log4net.Tests.csproj --verbosity detailed"
+                                               // TODO: test; it currently 
does not work because the test project targets netstandard-2.0 only
+                                               // sh "dotnet test 
tests/src/log4net.Tests.csproj --verbosity detailed"
                                        }
                                }
                        }

Reply via email to