Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Mono/MergeConfigs.sh @ 8456

Last change on this file since 8456 was 8456, checked in by ascheibe, 12 years ago

#1861 fixed Pre and PostBuild events to work on Linux

  • Property svn:executable set to *
File size: 296 bytes
Line 
1if [ "${Outdir}" == "" ]; then
2  Outdir=bin
3fi
4
5echo Recreating HeuristicLab 3.3.exe.config...
6cp $Outdir/app.config "$Outdir/HeuristicLab 3.3.exe.config"
7
8echo Merging...
9for f in $(ls $Outdir/*.dll.config); do
10    mono $SolutionDir/ConfigMerger.exe $f "$Outdir/HeuristicLab 3.3.exe.config"
11done
Note: See TracBrowser for help on using the repository browser.