Repository: logging-log4net
Updated Branches:
  refs/heads/feature/cd-pipeline ef14b63d8 -> 86bdedf1c


Fix typo in stash command


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

Branch: refs/heads/feature/cd-pipeline
Commit: 86bdedf1cf34a0bc1174c011445b48c0899e186c
Parents: ef14b63
Author: Dominik Psenner <[email protected]>
Authored: Sat Nov 11 01:25:28 2017 +0100
Committer: Dominik Psenner <[email protected]>
Committed: Sat Nov 11 01:25:28 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/86bdedf1/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 5a2a35d..8207a40 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -64,7 +64,7 @@ pipeline {
 
                                                // test
                                                sh "nant 
-buildfile:tests/nant.build runtests-netstandard-1.3"
-                                               stash includes: 
'tests/bin/**/*.mstests.trx', name: 'netstandard-1.3-testresults'
+                                               stash includes: 
'tests/bin/**/*.mstest.trx', name: 'netstandard-1.3-testresults'
                                        }
                                }
                        }

Reply via email to