Skip to content

Commit

Permalink
Add third-party license files to deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
f00f committed Feb 23, 2018
1 parent 7fb4605 commit 99c2743
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile.groovy
Expand Up @@ -134,6 +134,10 @@ pipeline {
copy \"License.txt\" \"${releaseDirectory}\"
if errorlevel 1 GOTO StepFailed
copy \"libraries\\LICENSE-MathNet\" \"${releaseDirectory}\"
if errorlevel 1 GOTO StepFailed
copy \"libraries\\NOTICE-log4net.md\" \"${releaseDirectory}\"
if errorlevel 1 GOTO StepFailed
exit /b 0
Expand Down

0 comments on commit 99c2743

Please sign in to comment.