Skip to content

Commit

Permalink
Remove commented target test.unit.custom.
Browse files Browse the repository at this point in the history
  • Loading branch information
mibe committed Aug 1, 2023
1 parent b01be01 commit 7ebd898
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions Srtm2Osm.build
Original file line number Diff line number Diff line change
Expand Up @@ -62,20 +62,6 @@
</zipfileset>
</target>

<!--<target name="test.unit.custom">
<property name="UnitTestEngine" value="MbUnit"/>
<property name="MbUnitBin" value=".\lib\MbUnit" />
<property name="NCoverVersion" value="1.5.8"/>
<property name="NCoverExplorerVersion" value="1.3.6.36"/>
<property name="StopIfTestsFail" value="true" />
<property name="AssemblyToTest" value="${project::get-base-directory()}\OsmUtils.Tests\bin\${ProjectConfig}\OsmUtils.Tests.dll" />
<property name="IncludeTestCategories" value="" />
<property name="ExcludeTestCategories" value="NoNAnt" />
<property name="NoCoverage" value="False"/>
<call target="test.run"/>
</target>-->

<target name="copy.deliverables.custom" description="copies all necessary files to the build directory">
<copy todir="${BuildDir}\Srtm2Osm" overwrite="true">
<fileset basedir="Srtm2Osm\bin\${ProjectConfig}">
Expand Down

0 comments on commit 7ebd898

Please sign in to comment.