mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Build sln
This commit is contained in:
parent
894945f652
commit
336c1597a7
1 changed files with 1 additions and 3 deletions
|
@ -194,9 +194,7 @@ Task("Publish-Linux")
|
||||||
Task("Run-Unit-Tests")
|
Task("Run-Unit-Tests")
|
||||||
.Does(() =>
|
.Does(() =>
|
||||||
{
|
{
|
||||||
DotNetCoreTest("./src/Ombi.Core.Tests/");
|
DotNetCoreBuild(csProj, buildSettings);
|
||||||
DotNetCoreTest("./src/Ombi.Notifications.Tests/");
|
|
||||||
DotNetCoreTest("./src/Ombi.Schedule.Tests/");
|
|
||||||
});
|
});
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue