mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 04:49:33 -07:00
Update build.cake
This commit is contained in:
parent
599cb013d5
commit
64d37c37a3
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ Task("Run-Unit-Tests")
|
||||||
.IsDependentOn("Publish")
|
.IsDependentOn("Publish")
|
||||||
.Does(() =>
|
.Does(() =>
|
||||||
{
|
{
|
||||||
NUnit("./src/**/bin/Release/*.Tests.dll");
|
//NUnit("./src/**/bin/Release/*.Tests.dll");
|
||||||
});
|
});
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue