Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/27/18 01:42:07 (7 years ago)
Author:
swagner
Message:

#2877: Generalized MergeConfigs scripts, cleaned app.config files, corrected post-build events

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2877_HiveImprovements/MergeConfigs.sh

    r14207 r15660  
    33fi
    44
    5 echo Recreating HeuristicLab 3.3.exe.config...
    6 cp $SolutionDir/HeuristicLab/3.3/app.config "$TargetDir/HeuristicLab 3.3.exe.config"
     5echo Recreating $TargetPath.config...
     6cp "$ProjectDir/app.config" "$TargetPath.config"
    77
    88echo Merging...
    9 for f in $(ls $TargetDir/*.dll.config); do
    10     mono $SolutionDir/ConfigMerger.exe $f "$TargetDir/HeuristicLab 3.3.exe.config"
     9for f in $(ls "$TargetDir/*.dll.config"); do
     10    mono "$SolutionDir/ConfigMerger.exe" "$f" "$TargetPath.config"
    1111done
Note: See TracChangeset for help on using the changeset viewer.