mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 05:43:19 -07:00
added unit tests into build
This commit is contained in:
parent
f88d8cf3ca
commit
7718cdf11c
2 changed files with 6 additions and 5 deletions
|
@ -156,6 +156,7 @@ Task("Package")
|
|||
});
|
||||
|
||||
Task("Publish")
|
||||
.IsDependentOn("Run-Unit-Tests")
|
||||
.IsDependentOn("PrePublish")
|
||||
.IsDependentOn("Publish-Windows")
|
||||
.IsDependentOn("Publish-Windows-32bit")
|
||||
|
@ -251,7 +252,7 @@ Task("Publish-Linux-ARM-64Bit")
|
|||
Task("Run-Unit-Tests")
|
||||
.Does(() =>
|
||||
{
|
||||
DotNetCoreBuild(csProj, buildSettings);
|
||||
DotNetCoreTest(projDir);
|
||||
});
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// TASK TARGETS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue