mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 05:13:18 -07:00
fixed build
This commit is contained in:
parent
2e8f08fef1
commit
97f1d9ce28
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
#tool "nuget:?package=NUnit.Runners
|
|
||||||
#tool "nuget:?package=GitVersion.CommandLine"
|
#tool "nuget:?package=GitVersion.CommandLine"
|
||||||
#addin "Cake.Gulp"
|
#addin "Cake.Gulp"
|
||||||
#addin "Cake.Npm"
|
#addin "Cake.Npm"
|
||||||
|
@ -217,7 +217,6 @@ Task("Run-Unit-Tests")
|
||||||
.IsDependentOn("Publish")
|
.IsDependentOn("Publish")
|
||||||
.Does(() =>
|
.Does(() =>
|
||||||
{
|
{
|
||||||
//NUnit("./src/**/bin/Release/*.Tests.dll");
|
|
||||||
});
|
});
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue