Skip to content

Commit

Permalink
fix property overwrite bug in arg for covered ass'y name
Browse files Browse the repository at this point in the history
  • Loading branch information
sbohlen committed Jan 11, 2015
1 parent 2ecd3a9 commit 59d0678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Common.Logging.build
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ ${tool.dir} : dir for tools

<echo message="Coverage Testing ${test.assemblyname}, File='${test.assemblyfile}', WorkingDir='${test.bin.dir}'" />

<property name="test.assemblyname.tocover" value="${string::substring(test.assemblyname,0,string::last-index-of(test.assemblyname, '.Tests') )}" overwrite="false" />
<property name="test.assemblyname.tocover" value="${string::substring(test.assemblyname,0,string::last-index-of(test.assemblyname, '.Tests') )}" overwrite="true" />

<exec program="${tool.dir}/ncover/ncover.console.exe" workingdir="${test.bin.dir}" verbose="true">
<arg value="//q" />
Expand Down

0 comments on commit 59d0678

Please sign in to comment.