mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -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"
|
||||
#addin "Cake.Gulp"
|
||||
#addin "Cake.Npm"
|
||||
|
@ -217,7 +217,6 @@ Task("Run-Unit-Tests")
|
|||
.IsDependentOn("Publish")
|
||||
.Does(() =>
|
||||
{
|
||||
//NUnit("./src/**/bin/Release/*.Tests.dll");
|
||||
});
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue