Executing Spec flow tests earlier in FullBuild

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2011-09-30 13:09:35 -07:00
parent 4609c66395
commit 51d62d78b7

View File

@@ -46,9 +46,9 @@
<CallTarget Targets="Clean"/>
<CallTarget Targets="Compile"/>
<CallTarget Targets="Test"/>
<CallTarget Targets="Spec"/>
<CallTarget Targets="Package"/>
<CallTarget Targets="Gallery"/>
<CallTarget Targets="Spec"/> <!-- Note: move to the end until SpecFlow test are more reliable -->
</Target>
<Target Name="FastPackage">