mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 18:47:15 -07:00
merge develop into v4
This commit is contained in:
commit
a5139dd25c
59 changed files with 577 additions and 321 deletions
|
@ -138,9 +138,9 @@ Task("TSLint")
|
|||
});
|
||||
|
||||
Task("PrePublish")
|
||||
.IsDependentOn("SetVersionInfo")
|
||||
.IsDependentOn("Gulp Publish")
|
||||
.IsDependentOn("TSLint");
|
||||
.IsDependentOn("SetVersionInfo");
|
||||
//.IsDependentOn("Gulp Publish") // these are done in the main csproj
|
||||
//.IsDependentOn("TSLint");
|
||||
|
||||
|
||||
Task("Package")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue