Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline 4afbd6b41 -> 1beaeae04


Revert "builder-netstandard: attempt to run the tests"

This reverts commit 4afbd6b4193194648b8ab73f6863fc8034a3e6bb.


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

Branch: refs/heads/feature/cd-pipeline
Commit: 1beaeae04564e9451d7b30545443084dc02b15fb
Parents: 4afbd6b
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Sun Jul 9 17:26:33 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Sun Jul 9 17:26:33 2017 +0200

----------------------------------------------------------------------
 Jenkinsfile | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/1beaeae0/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 7f71ed7..df9c3d5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -52,11 +52,6 @@ pipeline {
                                // compile 
                                sh 'nant compile-netstandard'
                                stash includes: 'bin/**/*.*', name: 
'netstandard-assemblies'
-
-                               // test
-                               dir('netstandard') {
-                                       sh 'dotnet test log4net.tests'
-                               }
                        }
                }
                stage('build net-3.5') {

Reply via email to