Jenkinsfile: unstash artifacts-netstandard

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

Branch: refs/heads/feature/RollingFileAppender-NG
Commit: 40606d3219939271c05c437643e6c3cd73a264e1
Parents: 358a6cd
Author: Dominik Psenner <dpsen...@apache.org>
Authored: Tue Jul 18 21:16:58 2017 +0200
Committer: Dominik Psenner <dpsen...@apache.org>
Committed: Tue Jul 18 21:16:58 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/40606d32/Jenkinsfile
----------------------------------------------------------------------
diff --git a/Jenkinsfile b/Jenkinsfile
index 5d0d07c..43215b5 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -230,7 +230,7 @@ pipeline {
                                        unstash 'mono-2.0-assemblies'
                                        unstash 'mono-3.5-assemblies'
                                        unstash 'mono-4.0-assemblies'
-                                       // unstash 'netstandard-assemblies'
+                                       unstash 'netstandard-assemblies'
 
                                        // unstash test results
                                        unstash 'net-3.5-testresults'

Reply via email to