Skip to content

Commit

Permalink
Add Nunit msbuild Task
Browse files Browse the repository at this point in the history
  • Loading branch information
rmsantos committed Mar 9, 2015
1 parent 4bbb15f commit e717b9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ configuration: Release
build:
project: src\BuildScripts\build.proj
verbosity: Diagnostic
property: UnitTest=true


#---------------------------------#
Expand Down
3 changes: 3 additions & 0 deletions src/BuildScripts/build.proj
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@

<Target Name="unittest" Condition="'$(UnitTest)'" DependsOnTargets="build">
<Message Text="Running Unit Tests..."/>
<NUnit Assemblies="@(UnitTestAssemblies)">

</NUnit>



Expand Down

0 comments on commit e717b9c

Please sign in to comment.