Skip to content

Commit

Permalink
fixed bad nunit path in build.csx
Browse files Browse the repository at this point in the history
  • Loading branch information
rofr committed Sep 25, 2014
1 parent e3dba4a commit 4b8e802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.csx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Task("NUnitTest")
.IsDependentOn("Build")
.Does( () =>
{
NUnit("./src/*Tests/bin/" + config + "/*.Tests.dll");
NUnit("./src/*Tests/bin/" + config + "/*.Test.NUnit.dll");
});


Expand Down

0 comments on commit 4b8e802

Please sign in to comment.