Jenkinsfile: fixed typo
Project: http://git-wip-us.apache.org/repos/asf/logging-log4net/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4net/commit/e920c98c Tree: http://git-wip-us.apache.org/repos/asf/logging-log4net/tree/e920c98c Diff: http://git-wip-us.apache.org/repos/asf/logging-log4net/diff/e920c98c Branch: refs/heads/feature/netstandard-2.0 Commit: e920c98cf8fbff41bfa4c3098ef67e37c6b94165 Parents: 9ec245c Author: Dominik Psenner <[email protected]> Authored: Sun Aug 20 22:45:47 2017 +0200 Committer: Dominik Psenner <[email protected]> Committed: Sun Aug 20 22:45:47 2017 +0200 ---------------------------------------------------------------------- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/e920c98c/Jenkinsfile ---------------------------------------------------------------------- diff --git a/Jenkinsfile b/Jenkinsfile index 810f702..d9d877e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -63,7 +63,7 @@ pipeline { stash includes: 'bin/**/*.*', name: 'netstandard-1.3-assemblies' // test - bat "nant -buildfile:tests/nant.build runtests-netstandard-1.3" + sh "nant -buildfile:tests/nant.build runtests-netstandard-1.3" stash includes: 'tests/bin/**/*.nunit.xml', name: 'netstandard-1.3-testresults' } }
