Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2924_DotNetCoreMigration/MergeConfigs.sh @ 17039

Last change on this file since 17039 was 15973, checked in by gkronber, 6 years ago

#2522: merged trunk changes from r13402:15972 to branch resolving conflicts where necessary

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