mirror of
https://github.com/Jackett/Jackett
synced 2025-02-21 13:56:57 +00:00
Disable .NET Core builds for now
This commit is contained in:
parent
d0793ebcba
commit
c9b8d27139
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ Task("Experimental-DotNetCore")
|
|||
Task("Experimental")
|
||||
.IsDependentOn("Experimental-Kestrel-Windows-Full-Framework")
|
||||
.IsDependentOn("Experimental-Kestrel-Mono-Full-Framework")
|
||||
.IsDependentOn("Experimental-DotNetCore")
|
||||
//.IsDependentOn("Experimental-DotNetCore")
|
||||
.Does(() =>
|
||||
{
|
||||
//Unpatch csproj because it's annoying in source control (remove once off Owin)
|
||||
|
|
Loading…
Reference in a new issue